mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
GitHub workflow should use --locked
to avoid broken Cargo.lock (#219)
This commit is contained in:
parent
9c6ff58b96
commit
8a5049fb25
2 changed files with 193 additions and 7 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue