Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminLazar authored Oct 24, 2023
1 parent f85c83b commit 38566b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: nextest


- name: Run unit tests (cargo test)
env:
CARGO_TERM_COLOR: always
run: |
cargo test
- name: Run unit tests (nextest)
env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 38566b7

Please sign in to comment.