Skip to content

Commit

Permalink
Lock crates in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Oct 26, 2023
1 parent 8804230 commit 9a60e3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all --no-default-features
args: --all --no-default-features --locked
- uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features
- run: wasm-pack test --node --all
args: --all --all-features --locked
- run: wasm-pack test --node --all --locked

fmt:
name: Rustfmt
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ _Breaks compatibility with `--config` and `default_lints`._

- Add `prefix` (eg. `eip-`) and `suffix` (eg. `.md`) options to
`markdown::proposal_ref` lint.

### Fixed

- Added `--locked` to GitHub Workflow so tests don't grab newer version of
crates.

0 comments on commit 9a60e3f

Please sign in to comment.