Skip to content

Commit 224f61a

Browse files
authored
ci: Remove unused working-directory config (#645)
1 parent f5ef8e8 commit 224f61a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: dtolnay/rust-toolchain@nightly
2525
- name: cargo doc
26-
working-directory: ${{ matrix.subcrate }}
2726
env:
2827
RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links --cfg docsrs"
2928
run: cargo doc --all-features --no-deps
@@ -38,7 +37,6 @@ jobs:
3837
save-if: ${{ github.ref == 'refs/heads/main' }}
3938
- uses: taiki-e/install-action@cargo-hack
4039
- name: cargo hack check
41-
working-directory: ${{ matrix.subcrate }}
4240
env:
4341
RUSTFLAGS: "-D unused_imports -D dead_code -D unused_variables"
4442
run: cargo hack check --each-feature --no-dev-deps --workspace

0 commit comments

Comments
 (0)