Skip to content

Commit

Permalink
fix(ci): cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Sep 20, 2023
1 parent 7b633fa commit 2990428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
CARGO_TERM_COLOR: always

jobs:

check:
name: Check
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,7 +46,8 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: cargo test --workspace
command: test
args: --workspace

lints:
name: Lints
Expand All @@ -74,4 +74,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings

0 comments on commit 2990428

Please sign in to comment.