Skip to content

Commit

Permalink
fix integ test exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Oct 7, 2024
1 parent ae6a479 commit 91d6d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Unit Tests
run: cargo test --exclude wasm-rpc-stubgen-tests-integration
run: cargo test --workspace --exclude wasm-rpc-stubgen-tests-integration
- name: WASM RPC stubgen integration tests
run: cargo test --package wasm-rpc-stubgen-tests-integration -- --test-threads=1
- name: Build in stub mode
Expand Down

0 comments on commit 91d6d50

Please sign in to comment.