Skip to content

Commit a4586a6

Browse files
committed
no lockfile
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 5d5c840 commit a4586a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cargo fmt --all -- --check
2828

2929
- name: Build
30-
run: cargo build --all-targets --all-features --locked
30+
run: cargo build --all-targets --all-features # --locked TODO
3131

3232
- name: Test
3333
run: cargo test --locked --all-targets --all-features

0 commit comments

Comments
 (0)