File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 88
99env :
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
1215concurrency :
1316 group : ci-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments