Skip to content

Commit

Permalink
kill cargo run with exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Jan 11, 2024
1 parent fb669c9 commit 43dc657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
npm run cypress:run
- name: stop cargo run
run: pkill -f "cargo run"
run: pkill -f "cargo run" || true

0 comments on commit 43dc657

Please sign in to comment.