mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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:
|
||||
push:
|
||||
|
|
@ -17,6 +17,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --verbose --workspace --all-targets
|
||||
- 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