Skip to content

Commit

Permalink
build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWalter committed May 13, 2024
1 parent 88ddbcb commit 72574fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: actions-rust-lang/rustfmt@v1
- name: Run clippy
run: cargo clippy --all -- -D warnings
- name: Cargo Test
run: cargo test
- name: Cargo build
run: cargo build --tests

0 comments on commit 72574fc

Please sign in to comment.