Skip to content

Commit

Permalink
Update just prep and build (#421)
Browse files Browse the repository at this point in the history
* udpate prep and add build

* Update justfile
  • Loading branch information
hensha256 authored and zhongeric committed Dec 14, 2023
1 parent 1831ace commit 6b2727d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
solc_file := if os() == "macos" { "./bin/solc-mac" } else { "./bin/solc-static-linux" }

test: test-forge
prep: fix snapshots
build: build-forge
prep: fix test

test-forge: install-forge build-forge
forge test --use {{ solc_file }}
Expand Down

0 comments on commit 6b2727d

Please sign in to comment.