Skip to content

Commit

Permalink
Fixed CI (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Nov 17, 2024
1 parent 663d616 commit 755d5df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
target/
key: ${{ runner.os }}-${{ matrix.RUST.VERSION }}-cargo-2-${{ hashFiles('**/Cargo.toml') }}

- run: |
cargo generate-lockfile
cargo update -p libc --precise 0.2.163
if: matrix.RUST.VERSION == '1.59.0'
- run: cargo check --workspace --tests ${{ matrix.RUST.FLAGS }}
- run: cargo test --workspace ${{ matrix.RUST.FLAGS }}
if: "${{ !matrix.RUST.SKIP_TESTS }}"
Expand Down

0 comments on commit 755d5df

Please sign in to comment.