Skip to content

Commit 0b21062

Browse files
committed
backtrace that bitch
1 parent ceea849 commit 0b21062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
run: |
7979
bash ./tools/setup_byond_windows.sh
8080
$Env:BYOND_LOCATION = "$HOME\BYOND\byond\bin"
81+
$Env:RUST_BACKTRACE = 1
8182
cargo test --package byondapi-test --target i686-pc-windows-msvc --test test -- test_byondapi_with_dreamdaemon --exact --nocapture
8283
8384
run_test_linux:
@@ -108,5 +109,6 @@ jobs:
108109
- name: Run tests
109110
run: |
110111
bash ./tools/setup_byond_linux.sh
112+
$Env:RUST_BACKTRACE = 1
111113
source $HOME/BYOND/byond/bin/byondsetup
112114
cargo test --package byondapi-test --target i686-unknown-linux-gnu --test test -- test_byondapi_with_dreamdaemon --exact --nocapture

0 commit comments

Comments
 (0)