fix(gb-infra): Improve readability by adding a name to the test step in Node workflow
Some checks failed
GBCI / build (push) Failing after 4s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 17:31:32 -03:00
parent 19cd1bc46d
commit 017fe4ac77

View file

@ -17,11 +17,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust - name: Install Rust
- uses: wackbyte/rust-toolchain@trunk uses: wackbyte/rust-toolchain@trunk
with: with:
toolchain: stable toolchain: stable
- run: cargo test --all-features - name: Run tests
run: cargo test --all-features
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v3 uses: actions/cache@v3