Skip to content

Commit dad5d7a

Browse files
committed
chore: actions
1 parent 978e538 commit dad5d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions-rs/cargo@v1
2727
with:
2828
command: test
29-
args: --locked
29+
3030

3131
lints:
3232
name: Lints
@@ -53,4 +53,4 @@ jobs:
5353
uses: actions-rs/cargo@v1
5454
with:
5555
command: clippy
56-
args: --locked --tests -- -D warnings
56+
args: --tests -- -D warnings

0 commit comments

Comments
 (0)