Skip to content

Commit

Permalink
Add RUST_BACKTRACE=1 to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Sep 30, 2023
1 parent c7e261c commit 0c49eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Test VM
working-directory: ./vm
run: cargo test
run: RUST_BACKTRACE=1 cargo test

- name: Test NCC
working-directory: ./ncc
run: cargo test
run: RUST_BACKTRACE=1 cargo test

0 comments on commit 0c49eee

Please sign in to comment.