Skip to content

Commit

Permalink
More fix for the CI. Now using nightly toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerclique committed Jul 24, 2024
1 parent d4fc6a6 commit 4739539
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt, clippy

- name: Install cargo2junit
Expand All @@ -33,7 +34,7 @@ jobs:
run: cargo build --release

- name: Run tests
run: cargo test --release -- --format json | cargo2junit > results.xml
run: cargo test --release -- -Z unstable-options --format json | cargo2junit > results.xml

- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand All @@ -54,6 +55,8 @@ jobs:
steps:
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit 4739539

Please sign in to comment.