Skip to content

Commit d25a97e

Browse files
author
Sangho Lee
committed
nextest
1 parent 5c1ac30 commit d25a97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ jobs:
212212
rustup override set ${RUST_CHANNEL}
213213
rustup show
214214
cargo install bootimage
215+
- name: Set up Nextest
216+
run: |
217+
curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
215218
- uses: Swatinem/rust-cache@v2
216219
- run: ./.github/tools/github_actions_run_cargo clippy --all-features --target litebox_runner_optee_on_machine/x86_64-unknown-litebox.json --manifest-path=litebox_runner_optee_on_machine/Cargo.toml -Zbuild-std=core,compiler_builtins,alloc
217220
- run: |

0 commit comments

Comments
 (0)