From 418297a709575063292cea16b2053c0bbb364deb Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 6 Jan 2024 10:32:56 +0100 Subject: [PATCH] Exclude integration tests for now --- .gitea/workflows/gitea-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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