Skip to content

Commit

Permalink
Deploy argent account before account test
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jun 22, 2022
1 parent 2ae0746 commit c64dc24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/general-tests/account-test/check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
set -e
set -eu

npx hardhat starknet-compile contracts/contract.cairo contracts/util.cairo

if [ "$NETWORK" == "devnet" ]; then
npx hardhat test scripts/deploy-argent.ts
fi

npx hardhat test --no-compile test/oz-account-test.ts test/argent-account-test.ts

0 comments on commit c64dc24

Please sign in to comment.