Skip to content

Commit 68ff0e8

Browse files
committed
fix: no cd
Signed-off-by: Anton Whalley <[email protected]>
1 parent a7fd1c1 commit 68ff0e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ jobs:
2626
2727
- name: Lint
2828
run: |
29-
cd core-dump-handler
3029
cargo fmt -- --check
3130
cargo clippy -- -D warnings
3231
3332
- name: Test
3433
run: |
35-
cd core-dump-handler
3634
cargo check
3735
cargo test --release --all
3836

0 commit comments

Comments
 (0)