CI runs all tests (#434)

This commit is contained in:
CGMossa 2023-03-29 19:49:27 +02:00 committed by GitHub
parent 9737d3b754
commit 621922bb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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