Skip to content

Commit 9b2e890

Browse files
committed
fix: locked positioning
1 parent d23830a commit 9b2e890

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Oxlint
4545
run: yarn lint
4646
- name: Cargo fmt
47-
run: cargo fmt --locked -- --check
47+
run: cargo --locked fmt -- --check
4848
- name: Clippy
49-
run: cargo clippy --locked -- -D warnings
49+
run: cargo --locked clippy -- -D warnings
5050
test:
5151
name: Rust tests
5252
runs-on: ubuntu-latest
@@ -58,7 +58,7 @@ jobs:
5858
- name: Compile
5959
run: cargo check --locked
6060
- name: Test
61-
run: cargo nextest
61+
run: cargo --locked nextest
6262
build:
6363
strategy:
6464
fail-fast: false

0 commit comments

Comments
 (0)