fix(gb-infra): Update Rust toolchain action to use trunk and add cargo test step

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 16:44:48 -03:00
parent c61afb2077
commit e03c0c7411

View file

@ -17,8 +17,11 @@ jobs:
- uses: actions/checkout@v4
- 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
uses: actions/cache@v3
with: