Skip to content

Commit c19b58e

Browse files
wip
1 parent 9b70d27 commit c19b58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
sudo apt update
7878
sudo apt install llvm autoconf2.13 automake clang -y
7979
- name: Run tests
80-
run: cargo test --verbose --no-default-features --features quickjs-ng console setimmediate setinterval settimeout typescript
80+
run: cargo test --verbose --no-default-features --features "quickjs-ng console setimmediate setinterval settimeout typescript"
8181

8282
build:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)