Skip to content

Commit

Permalink
build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Oct 30, 2023
1 parent 3d298d3 commit 6b0068e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Build project
run: cargo build
- name: Run cargo test suite
run: cargo test --workspace --verbose

0 comments on commit 6b0068e

Please sign in to comment.