run all tests at once
This commit is contained in:
@ -62,13 +62,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }}
|
${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }}
|
||||||
${{ runner.os }}-cargo-test-target
|
${{ runner.os }}-cargo-test-target
|
||||||
- name: Run unit tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --lib --bins
|
|
||||||
- name: Run integration tests
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: test
|
|
||||||
args: --tests '*'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user