Skip to content

Commit

Permalink
fix: remove unnecesary exclude in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 16, 2023
1 parent a95db74 commit 5778e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- name: Build wws on release mode
run: cargo build --verbose --release
- name: Test
run: cargo test --workspace --exclude wasm-workers-quick-js-engine -- --show-output
run: cargo test --workspace -- --show-output

0 comments on commit 5778e85

Please sign in to comment.