We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc169 commit cecc949Copy full SHA for cecc949
.github/workflows/pytest.yml
@@ -98,12 +98,12 @@ jobs:
98
if: matrix.c2a_user == 'subobc'
99
working-directory: ./examples/mobc
100
run: |
101
- cargo build
+ cargo build --locked
102
103
- name: build C2A
104
working-directory: ./examples/${{ matrix.c2a_user }}
105
106
107
108
- name: run mobc C2A
109
if: matrix.c2a_user == 'mobc'
.github/workflows/rust.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: sksat/[email protected]
41
with:
42
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
43
- clippy_flags: --workspace --all-features
+ clippy_flags: --workspace --all-features --locked
44
45
- name: format
46
run: cargo fmt --all -- --check
0 commit comments