Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
ci: restore the cargo test in ci (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
noaov1 authored May 22, 2024
1 parent a0d727b commit 04906e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo test --features concurrency


Expand Down

0 comments on commit 04906e5

Please sign in to comment.