Skip to content

Commit

Permalink
add tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed May 12, 2024
1 parent d542365 commit c8cdb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
./target
~/.cargo
key: ${{ runner.os }}-cargo-dev-${{ hashFiles('**/Cargo.lock') }}
- run: cargo test --all-targets --all-features
- run: bash test/test_all.sh
- run: git diff --exit-code --quiet || exit 1

0 comments on commit c8cdb37

Please sign in to comment.