Skip to content

Commit

Permalink
actions: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Jul 17, 2024
1 parent 3cf1479 commit 35dbcf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
else
cargo build --target "$target" "${flags[@]}"
fi
- name: Run tests
shell: bash
run: |
cargo test --release --target "${{ matrix.target }}"
- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit 35dbcf1

Please sign in to comment.