Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 18, 2022
1 parent 6637962 commit 4a7dfad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
post-commit = "just all"
pre-commit = "just all"

[logging]
verbose = true
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_addrs := env_var_or_default('TEST_ADDR', `jq -r '.[].address' ci/test_accounts.json | tr '\n' ' '`)
set export
check:
lint:
cargo fmt --all && cargo clippy -- -D warnings
test:
#!/bin/bash
Expand Down Expand Up @@ -54,7 +54,7 @@ download-deps:
wget https://github.com/CosmWasm/cw-plus/releases/latest/download/cw20_base.wasm -O artifacts/cw20_base.wasm
# TODO?: test dao-contracts

all: build test check schema gen optimize checksum
all: build test lint schema gen optimize checksum
#!/usr/bin/env bash
gas-benchmark: juno-local download-deps optimize
Expand Down

0 comments on commit 4a7dfad

Please sign in to comment.