Skip to content

Commit

Permalink
Run CI with --locked flag (polkadot-evm#390)
Browse files Browse the repository at this point in the history
* Run CI with --locked flag

* Update cargo lock

* parity-db: v0.2.3 -> v0.2.4
  • Loading branch information
sorpaas authored Jul 29, 2021
1 parent 824d9e1 commit 4ac04b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
env:
WASM_BUILD_TOOLCHAIN: nightly-2020-08-29
- name: Build
run: cargo build --verbose --all
run: cargo build --locked --verbose --all
- name: Run tests
run: cargo test --verbose --all
run: cargo test --locked --verbose --all
- name: Build manual seal client
run: cd template/node && cargo build --verbose --no-default-features --features manual-seal
run: cd template/node && cargo build --locked --verbose --no-default-features --features manual-seal
- name: Use Node.js 10
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ac04b1

Please sign in to comment.