Skip to content

Commit

Permalink
Add tests job to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifuno committed Oct 18, 2023
1 parent 5379e43 commit 15213ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ jobs:
- uses: dtolnay/rust-toolchain@1.56.0
- uses: mozilla-actions/sccache-action@v0.0.3
- run: cargo +1.56.0 check --workspace
test:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.3
- run: cargo test --workspace

0 comments on commit 15213ed

Please sign in to comment.