Skip to content

Commit

Permalink
Update the github action to run the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Nov 6, 2024
1 parent acd5ab0 commit abd85d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose

- name: Run tests
env:
RUST_BACKTRACE: 1
run: cargo test

0 comments on commit abd85d5

Please sign in to comment.