Skip to content

Commit

Permalink
fix: no cd
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Whalley <[email protected]>
  • Loading branch information
No9 committed Apr 8, 2024
1 parent a7fd1c1 commit 68ff0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- name: Lint
run: |
cd core-dump-handler
cargo fmt -- --check
cargo clippy -- -D warnings
- name: Test
run: |
cd core-dump-handler
cargo check
cargo test --release --all

0 comments on commit 68ff0e8

Please sign in to comment.