Skip to content

Commit

Permalink
chore: simplify CI testing params
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Mar 25, 2024
1 parent 6892ae6 commit 2e81ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
rust: nightly
- name: "Tests"
cmd: nextest
args: run --workspace --all-features --features cacao --retries 3
args: run --workspace --all-features
rust: stable
- name: "Documentation Tests"
cmd: test
Expand Down

0 comments on commit 2e81ea9

Please sign in to comment.