Skip to content

Commit

Permalink
backtrace that bitch
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed May 9, 2024
1 parent ceea849 commit 0b21062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
run: |
bash ./tools/setup_byond_windows.sh
$Env:BYOND_LOCATION = "$HOME\BYOND\byond\bin"
$Env:RUST_BACKTRACE = 1
cargo test --package byondapi-test --target i686-pc-windows-msvc --test test -- test_byondapi_with_dreamdaemon --exact --nocapture
run_test_linux:
Expand Down Expand Up @@ -108,5 +109,6 @@ jobs:
- name: Run tests
run: |
bash ./tools/setup_byond_linux.sh
$Env:RUST_BACKTRACE = 1
source $HOME/BYOND/byond/bin/byondsetup
cargo test --package byondapi-test --target i686-unknown-linux-gnu --test test -- test_byondapi_with_dreamdaemon --exact --nocapture

0 comments on commit 0b21062

Please sign in to comment.