We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceea849 commit 0b21062Copy full SHA for 0b21062
.github/workflows/check.yml
@@ -78,6 +78,7 @@ jobs:
78
run: |
79
bash ./tools/setup_byond_windows.sh
80
$Env:BYOND_LOCATION = "$HOME\BYOND\byond\bin"
81
+ $Env:RUST_BACKTRACE = 1
82
cargo test --package byondapi-test --target i686-pc-windows-msvc --test test -- test_byondapi_with_dreamdaemon --exact --nocapture
83
84
run_test_linux:
@@ -108,5 +109,6 @@ jobs:
108
109
- name: Run tests
110
111
bash ./tools/setup_byond_linux.sh
112
113
source $HOME/BYOND/byond/bin/byondsetup
114
cargo test --package byondapi-test --target i686-unknown-linux-gnu --test test -- test_byondapi_with_dreamdaemon --exact --nocapture
0 commit comments