Skip to content

Commit

Permalink
CI: use 'prepare-compat'
Browse files Browse the repository at this point in the history
  • Loading branch information
ensc committed Oct 3, 2023
1 parent de28a5c commit f730e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run: |
rm -f .local.mk Cargo.lock Cargo.toml .cargo/config
printf 'RUST%s_COMPAT = t' "${CI_TOOLCHAIN//./}" > .local.mk
make prepare
make update-compat
- name: Run build
uses: actions-rs/cargo@v1
with:
command: build
args: "--all-targets --tests --benches --workspace --release"
args: "--all-targets --frozen --tests --benches --workspace --release"

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit f730e91

Please sign in to comment.