Skip to content

Commit

Permalink
Fix ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberacda committed Dec 4, 2023
1 parent 2184cb6 commit 00e46de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Test
uses: actions-rs/cargo@v1
with:
command: nextest run
command: nextest
args: run
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
Expand Down

0 comments on commit 00e46de

Please sign in to comment.