GitHub workflow should use --locked to avoid broken Cargo.lock (#219)

This commit is contained in:
Ulyssa
2024-03-20 08:29:04 -07:00
committed by GitHub
parent 9c6ff58b96
commit 8a5049fb25
2 changed files with 193 additions and 7 deletions

View File

@@ -44,9 +44,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-check'
- name: Run tests
run: cargo test
run: cargo test --locked
- name: Build artifacts
run: cargo build --release
run: cargo build --release --locked
- name: Upload artifacts
uses: actions/upload-artifact@master
with: