build(mac): make it clean when mac tunnel has closed
All checks were successful
Rust / build (push) Successful in 5m49s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 54s
All checks were successful
Rust / build (push) Successful in 5m49s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 54s
This commit is contained in:
parent
c1564807f8
commit
eae351d8a4
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -23,6 +23,7 @@ start-ngrok:
|
||||||
|
|
||||||
start-mac-tunnel:
|
start-mac-tunnel:
|
||||||
ssh dagon -R7777:localhost:8888
|
ssh dagon -R7777:localhost:8888
|
||||||
|
@echo "Mac Tunnel has closed"
|
||||||
|
|
||||||
coverage-update:
|
coverage-update:
|
||||||
cargo tarpaulin --lib --out html
|
cargo tarpaulin --lib --out html
|
||||||
|
|
Loading…
Reference in a new issue