Exclude integration tests for now
All checks were successful
Cargo Build and Test / Build and Test (pull_request) Successful in 1m53s
All checks were successful
Cargo Build and Test / Build and Test (pull_request) Successful in 1m53s
This commit is contained in:
parent
907b67b1c4
commit
468c0a5f46
@ -12,8 +12,8 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
container: docker.io/drrobot/musichoard-ci:latest
|
container: docker.io/drrobot/musichoard-ci:rust-1.75
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cargo build --verbose --all-features --all-targets
|
- run: cargo build --verbose --all-features --all-targets
|
||||||
- run: cargo test --verbose --all-features --all-targets
|
- run: cargo test --verbose --all-features --lib --bins
|
||||||
|
Loading…
Reference in New Issue
Block a user