Skip to content

Commit

Permalink
shorten the test time
Browse files Browse the repository at this point in the history
  • Loading branch information
duc-nx committed Aug 21, 2024
1 parent 6deab47 commit d3ecfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install tooling and use Rust cache
uses: ./.github/actions/rust-cache
- run: cargo test --bins --examples --tests --benches --all-features
- run: cargo test --bins --examples --all-features

test-smoke:
needs: check-build
Expand Down

0 comments on commit d3ecfe8

Please sign in to comment.