diff --git a/.github/workflows/test-lang-rust-ci.yml b/.github/workflows/test-lang-rust-ci.yml index daaae46ecc8..819490e09bb 100644 --- a/.github/workflows/test-lang-rust-ci.yml +++ b/.github/workflows/test-lang-rust-ci.yml @@ -53,6 +53,9 @@ jobs: override: true components: rustfmt + - name: Print PWD + run: pwd + - name: Rust Format uses: actions-rs/cargo@v1 with: