diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index b8b19ee..5a33fda 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - run: cargo build --verbose --all-features --all-targets - - run: cargo test --verbose --all-features --lib --bins - - run: cargo clippy --verbose --all-features -- -D warnings + - run: cargo test --verbose --all-features --lib --bins --no-fail-fast + - run: cargo clippy --verbose --all-features --all-targets -- -D warnings - run: cargo fmt --verbose -- --check