Skip to content

Commit

Permalink
chore: disable backtrace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Dec 4, 2023
1 parent 82f4f6c commit e56239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export TEST_CANISTER_WASM_PATH="$(pwd)/bin/test_canister.wasm"

cd tests/ic-websocket-cdk-rs

RUST_BACKTRACE=1 cargo test --package ic-websocket-cdk --lib -- tests::integration_tests --test-threads 1
cargo test --package ic-websocket-cdk --lib -- tests::integration_tests --test-threads 1

0 comments on commit e56239c

Please sign in to comment.