Skip to content

Commit

Permalink
test change in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SundermannC committed Mar 21, 2024
1 parent d6cfa45 commit 697ee64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Code formatting
run: cargo fmt --check
- name: Build
run: cargo clean
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 697ee64

Please sign in to comment.