Exclude integration tests for now

This commit is contained in:
Wojciech Kozlowski 2024-01-06 10:32:56 +01:00
parent f3fb7d402b
commit 418297a709

View File

@ -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