Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra committed Dec 24, 2024
1 parent 9b70d27 commit c19b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
sudo apt update
sudo apt install llvm autoconf2.13 automake clang -y
- name: Run tests
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"

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c19b58e

Please sign in to comment.