CI runs all tests (#434)
This commit is contained in:
parent
9737d3b754
commit
621922bb35
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,5 +8,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo build --all
|
||||
- run: cargo test --all
|
||||
- run: cargo build --workspace
|
||||
- run: cargo test --workspace --no-fail-fast
|
||||
|
Loading…
x
Reference in New Issue
Block a user