We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run_sailfish_demo
1 parent d735a88 commit 7167716Copy full SHA for 7167716
justfile
@@ -45,7 +45,7 @@ fix:
45
cargo fix --allow-dirty --allow-staged
46
47
ci_local:
48
- just build && just lint && just test_ci --release && just run_demo && just build_docker
+ just build && just lint && just test_ci --release && just run_demo && just run_sailfish_demo && just build_docker
49
50
bacon: clippy check fmt
51
0 commit comments