Skip to content

Commit

Permalink
cargo build/clippy with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 8, 2025
1 parent 97972a0 commit 76d10ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
if: matrix.c2a_user == 'subobc'
working-directory: ./examples/mobc
run: |
cargo build
cargo build --locked
- name: build C2A
working-directory: ./examples/${{ matrix.c2a_user }}
run: |
cargo build
cargo build --locked
- name: run mobc C2A
if: matrix.c2a_user == 'mobc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: sksat/[email protected]
with:
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
clippy_flags: --workspace --all-features
clippy_flags: --workspace --all-features --locked

- name: format
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 76d10ee

Please sign in to comment.