We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b70d27 commit c19b58eCopy full SHA for c19b58e
.github/workflows/rust.yml
@@ -77,7 +77,7 @@ jobs:
77
sudo apt update
78
sudo apt install llvm autoconf2.13 automake clang -y
79
- name: Run tests
80
- run: cargo test --verbose --no-default-features --features quickjs-ng console setimmediate setinterval settimeout typescript
+ run: cargo test --verbose --no-default-features --features "quickjs-ng console setimmediate setinterval settimeout typescript"
81
82
build:
83
runs-on: ubuntu-latest
0 commit comments