Skip to content

Commit

Permalink
Merge 2cdf1e1 into 5730975
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubasze authored Nov 28, 2024
2 parents 5730975 + 2cdf1e1 commit a29d100
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: RDXWorks-actions/toolchain@master
with:
# IMPORTANT:
# To update the Rust version, you must update it in five total places (including the toolchain below):
# To update the Rust version, you must update it in the below places (including the toolchain below) in this repo:
# => [README.md - part 1] Update "Install Rust - we recommend to use Rust X.XX.X"
# => [README.md - part 2] Update "rustup default X.XX.X"
# => [action.yml - part 1] Update "toolchain: X.XX.X" below
Expand All @@ -18,13 +18,18 @@ runs:
# => [Dockerfile] Update "FROM rust:X.XX.X-slim-bookworm AS base-image" in the deterministic builder
# => [radix-clis/assets/template/rust-toolchain.toml_template] Update the rust version
# => [https://docs.radixdlt.com/docs/getting-rust-scrypto] Update the recommended rust version on docs
# Additionally, Rust version should be updated in below repos on respective branches:
# - babylon-node - .github/actions/setup-env/action.yml
# - fuzzer - .github/actions/setup-env/action.yml
toolchain: 1.81.0
default: true
target: wasm32-unknown-unknown
components: rustfmt

- name: Install nextest
uses: RDXWorks-actions/install-action@nextest
uses: RDXWorks-actions/install-action@main
with:
tool: [email protected]

- name: Set LIBCLANG_PATH # See https://github.com/rust-lang/rust-bindgen/issues/1797
if: runner.os == 'Windows'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
env:
CARGO_TERM_COLOR: always
SCRYPTO_CARGO_LOCKED: 1
# Produce a warning and exit with code 0 if no tests to run
# (nextest returns error by default since version 0.9.85)
NEXTEST_NO_TESTS: warn

concurrency:
group: ci-${{ github.ref }}
Expand Down

0 comments on commit a29d100

Please sign in to comment.