Skip to content

Commit

Permalink
Merge pull request #5 from omnia-network/release/0.3.2
Browse files Browse the repository at this point in the history
release/0.3.2
  • Loading branch information
ilbertt authored Dec 15, 2023
2 parents 18d21bc + aaf5761 commit e897bcc
Show file tree
Hide file tree
Showing 28 changed files with 1,419 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
./scripts/download-pocket-ic.sh
./scripts/build-test-canister.sh
- name: Run integration tests
run: POCKET_IC_BIN="$(pwd)/bin/pocket-ic" cargo test --package ic-websocket-cdk --lib -- tests::integration_tests --test-threads 1
run: POCKET_IC_MUTE_SERVER=1 POCKET_IC_BIN="$(pwd)/bin/pocket-ic" cargo test --package ic-websocket-cdk --lib -- tests::integration_tests --test-threads 1
Loading

0 comments on commit e897bcc

Please sign in to comment.