Skip to content

Commit

Permalink
Dumb test that things work
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Aug 27, 2024
1 parent aa62a42 commit ba8d6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ CHALLENGE_FINALITY ?=

# Targets
build:
cd contracts && forge build
cd contracts && /home/runner/.config/.foundry/bin/forge build

test:
cd contracts && forge test
cd contracts && /home/runner/.config/.foundry/bin/forge test

deploy:
cd contracts && forge create --rpc-url $(ETH_RPC_URL) --keystore $(KEYSTORE_PATH) --password $(PASSWORD) src/PDPService.sol:PDPService --constructor-args $(CHALLENGE_FINALITY)
cd contracts && /home/runner/.config/.foundry/bin/forge create --rpc-url $(ETH_RPC_URL) --keystore $(KEYSTORE_PATH) --password $(PASSWORD) src/PDPService.sol:PDPService --constructor-args $(CHALLENGE_FINALITY)
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
ls /home/runner/.config/.foundry/bin
echo "/home/runner/.config/.foundry/bin" >> $GITHUB_PATH
foundryup
#echo "/home/runner/.config/.foundry/bin" >> $GITHUB_PATH
/home/runner/.config/.foundry/bin/foundryup

0 comments on commit ba8d6a5

Please sign in to comment.