fix(gb-infra): Correctly position cargo test step in Node workflow

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

View file

@ -20,8 +20,8 @@ jobs:
- uses: wackbyte/rust-toolchain@trunk - uses: wackbyte/rust-toolchain@trunk
with: with:
toolchain: stable toolchain: stable
- run: cargo test --all-features
- run: cargo test --all-features
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v3 uses: actions/cache@v3
with: with: