Skip to content

Commit 16a01b4

Browse files
committed
ci fix
1 parent 84793a2 commit 16a01b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pacsleaf -> pacsleaf/target
5454
- name: Cargo check
5555
working-directory: pacsleaf
56-
run: cargo check --workspace --all-targets --locked
56+
run: cargo check --workspace --all-targets
5757

5858
test:
5959
name: Test (${{ matrix.os }})
@@ -98,7 +98,7 @@ jobs:
9898
pacsleaf -> pacsleaf/target
9999
- name: Cargo test
100100
working-directory: pacsleaf
101-
run: cargo test --workspace --all-targets --locked
101+
run: cargo test --workspace --all-targets
102102

103103
fmt:
104104
name: Format
@@ -162,4 +162,4 @@ jobs:
162162
pacsleaf -> pacsleaf/target
163163
- name: Cargo clippy
164164
working-directory: pacsleaf
165-
run: cargo clippy --workspace --all-targets --locked -- -D warnings
165+
run: cargo clippy --workspace --all-targets -- -D warnings

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Build binary
7979
working-directory: pacsleaf
80-
run: cargo build --locked --release --target ${{ matrix.target }} -p leaf-app --bin pacsleaf
80+
run: cargo build --release --target ${{ matrix.target }} -p leaf-app --bin pacsleaf
8181

8282
- name: Package binary (unix)
8383
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)