Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Apr 13, 2024
1 parent 678a594 commit ed86813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
command: test
args: --all

0 comments on commit ed86813

Please sign in to comment.