diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index e146575..0aff31b 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -12,8 +12,8 @@ env: jobs: build_and_test: name: Build and Test - container: docker.io/drrobot/musichoard-ci:latest + container: docker.io/drrobot/musichoard-ci:rust-1.75 steps: - uses: actions/checkout@v3 - run: cargo build --verbose --all-features --all-targets - - run: cargo test --verbose --all-features --all-targets + - run: cargo test --verbose --all-features --lib --bins