20241024 finished.
This commit is contained in:
9
justfile
9
justfile
@@ -6,10 +6,13 @@ update:
|
||||
build: update
|
||||
cargo build --release
|
||||
|
||||
test:
|
||||
fmt:
|
||||
cargo fmt
|
||||
|
||||
test: fmt
|
||||
cargo test
|
||||
|
||||
commit:
|
||||
commit: test
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
time=$(date "+%Y%m%d")
|
||||
@@ -20,4 +23,4 @@ commit:
|
||||
git push
|
||||
|
||||
pull id: build
|
||||
./target/release/leetcode-rust {{id}}
|
||||
./target/release/leetcode-rust {{id}}
|
||||
|
Reference in New Issue
Block a user