Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit ccbe0bf

Browse files
authored
Update rust.yml
1 parent ba1a8d1 commit ccbe0bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- nightly
2020
steps:
2121
- uses: actions/checkout@v3
22-
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
23-
- run: cargo build --verbose
24-
- run: cargo test --verbose
22+
- run: cd transformer && rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
23+
- run: cd transformer && cargo build --verbose
24+
- run: cd transformer && cargo test --verbose
2525

0 commit comments

Comments
 (0)