Skip to content

Commit 714b2e3

Browse files
authored
Merge pull request #69 from radixdlt/update-to-rust-1.81
Update to rust 1.81
2 parents da6af20 + 8d5ec57 commit 714b2e3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/actions/setup-env/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ runs:
77
- name: Install Rust toolchain
88
uses: RDXWorks-actions/toolchain@master
99
with:
10-
toolchain: 1.77.2
10+
toolchain: 1.81.0
1111
default: true
1212
target: wasm32-unknown-unknown
1313
components: rustfmt
1414

1515
- name: Install nextest
16-
uses: RDXWorks-actions/install-action@nextest
16+
uses: RDXWorks-actions/install-action@main
17+
with:
18+
1719

1820
- name: Set LIBCLANG_PATH # See https://github.com/rust-lang/rust-bindgen/issues/1797
1921
if: runner.os == 'Windows'

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11+
# Produce a warning and exit with code 0 if no tests to run
12+
# (nextest returns error by default since version 0.9.85)
13+
NEXTEST_NO_TESTS: warn
1114

1215
concurrency:
1316
group: ci-${{ github.ref }}

0 commit comments

Comments
 (0)