diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 41babd14..9a4531e0 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -53,4 +53,4 @@ jobs: - run: cargo test - run: cargo build --release - run: cargo test --release - - run: cargo fmt --check \ No newline at end of file + - run: cargo fmt --check diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e36d4b4b..3d9820f3 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,6 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rs/tarpaulin@v0.1 + - run: cargo build with: version: '0.22.0' args: '--all-features -- --test-threads 1'