Skip to content

Commit

Permalink
Remove locked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Mar 8, 2020
1 parent 89f9702 commit 8265422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
uses: actions/checkout@v1
- name: Run tests
run: |
cargo update --locked
cargo test --locked
cargo update
cargo test

0 comments on commit 8265422

Please sign in to comment.