Skip to content

Commit

Permalink
Merge pull request #336 from KisaragiEffective/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Dec 23, 2023
2 parents f050979 + d4777bf commit 2e151ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e151ca

Please sign in to comment.