Skip to content

Commit

Permalink
Enable RUST_BACKTRACE
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 26, 2024
1 parent 2607455 commit 76d4cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
override: true
- run: rustup target add wasm32-unknown-unknown
- name: Run integration tests
run: ./scripts/run-integration-tests.sh
run: RUST_BACKTRACE=1 ./scripts/run-integration-tests.sh

0 comments on commit 76d4cde

Please sign in to comment.