Skip to content

Commit

Permalink
remove locked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 13, 2021
1 parent a31cb06 commit 1f6e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
submodules: true

- name: Fetch dependencies and update cargo registry
run: cargo fetch --locked
run: cargo fetch

tests:
name: Tests
Expand Down

0 comments on commit 1f6e43a

Please sign in to comment.