run all tests at once
Some checks failed
Cargo / check (push) Successful in 28s
Cargo / build (push) Successful in 36s
Cargo / test (push) Has been cancelled

This commit is contained in:
2025-07-18 14:34:12 +01:00
parent c129ff53a9
commit 5e5031f2d6

View File

@ -62,13 +62,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }}
${{ runner.os }}-cargo-test-target
- name: Run unit tests
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --lib --bins
- name: Run integration tests
uses: actions-rs/cargo@v1
with:
command: test
args: --tests '*'