mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
CI: build and test all targets
This commit is contained in:
parent
562c0eabd4
commit
48e0bc7ade
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cargo-build-and-test.yml
vendored
6
.github/workflows/cargo-build-and-test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: CargoBuildAndTest
|
name: 'cargo: build and test'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -17,6 +17,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose --workspace --all-targets
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose --workspace --all-targets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue