release from CI

This commit is contained in:
Pierre Dubouilh
2025-02-09 18:46:33 +01:00
parent 833627587c
commit 491efb2adb
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,4 +1,8 @@
BLOCKFAST_VERS := $(shell date '+%Y-%m-%d') / $(shell git rev-parse --short HEAD)
export BLOCKFAST_VERS
build::
echo $(BLOCKFAST_VERS)
cargo build
cargo clippy --all
cargo fmt --all