mirror of
https://github.com/ktims/rs-aggregate.git
synced 2024-11-15 23:27:18 -08:00
Workflow: build tests before running
This commit is contained in:
parent
498c509e70
commit
4897aad492
4
.github/workflows/commit.yml
vendored
4
.github/workflows/commit.yml
vendored
@ -16,5 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Build tests
|
||||||
|
run: cargo test --no-run --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user