fix(gb-infra): Remove unnecessary whitespace in Node workflow configuration

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 17:28:41 -03:00
parent 3f20667813
commit 19cd1bc46d

View file

@ -20,6 +20,7 @@ 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