fix(gb-infra): Update Rust toolchain action to use trunk and add cargo test step
This commit is contained in:
parent
c61afb2077
commit
e03c0c7411
1 changed files with 4 additions and 1 deletions
|
@ -17,8 +17,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
- uses: wackbyte/rust-toolchain@trunk
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
|
||||||
|
- run: cargo test --all-features
|
||||||
- name: Cache cargo registry
|
- name: Cache cargo registry
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue