diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0c21fe5c..b521e61c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,6 +53,9 @@ jobs: run: cargo clippy --workspace --exclude origlang-interop --exclude origlang-interop-frontend-webserver --verbose - name: Run tests run: cargo test --workspace --exclude origlang-interop --exclude origlang-interop-frontend-webserver --verbose + env: + RUST_BACKTRACE: 1 + RUST_LOG: debug - name: Run compile test run: cargo run -p origlang-testsuite env: