From 0e67f6e4f96d5ac40167dbc594131a566e4b71af Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 6 Jan 2024 10:56:30 +0100 Subject: [PATCH] Expand testing and linting --- .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 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