Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: cargo clean cache
run: cargo install cargo-cache --no-default-features --features ci-autoclean cargo-cache && cargo-cache
- name: cargo build
run: cargo build --verbose --all
- name: cargo test
run: cargo test --verbose --all
- name: cargo xtask test
run: cargo xtask test
- name: print logs if tests fail
run: cat test_log/*.log
if: failure()