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 0adaeba commit e128736
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
profile: minimal
toolchain: 1.69.0
override: true
- run: cargo install wasm-pack --version 0.12.1
- run: cargo install wasm-pack --version 0.12.1 --locked
- 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 e128736

Please sign in to comment.