(config) updated secrets and added requests to Cargo.toml
This commit is contained in:
parent
d53dadb272
commit
1ef79843e6
4 changed files with 543 additions and 29 deletions
3
justfile
3
justfile
|
|
@ -33,6 +33,9 @@ build:
|
|||
@echo "🔨 Building release version..."
|
||||
@{{sops_run}} 'cargo build --release'
|
||||
|
||||
check:
|
||||
@cargo check
|
||||
|
||||
test:
|
||||
@echo "🧪 Running tests..."
|
||||
@{{sops_run}} 'cargo test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue