Skip to content

Commit

Permalink
chore(ci): update test contract workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xibs committed Sep 29, 2024
1 parent 81b1f05 commit 1c2eccc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ jobs:
cd onchain
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test
if [[ `git status --porcelain` ]]; then
echo The git repo is dirty
echo "Make sure to run \"sozo build\" after changing Scarb.toml"
exit 1
fi

0 comments on commit 1c2eccc

Please sign in to comment.