mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-08-27 20:39:46 +00:00
CI: build and test all targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user