Skip to content

Commit

Permalink
Build locked
Browse files Browse the repository at this point in the history
  • Loading branch information
datdenkikniet committed Sep 4, 2024
1 parent c6cdccc commit bb75229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Run `cargo fmt --check`
run: cargo fmt --check

check:
runs-on: ubuntu-latest
name: Check that the project builds with feature combinations
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable

- name: Run `cargo check --no-default-features --features "${{ matrix.features }}"`
run: cargo check --no-default-features --features "${{ matrix.features }}"
run: cargo check --no-default-features --features "${{ matrix.features }}" --locked

0 comments on commit bb75229

Please sign in to comment.