Skip to content

Commit

Permalink
fix inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Dec 18, 2023
1 parent 848a9ce commit fed034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Fail if there are tests without folder
if: success() || failure()
run: |
if ! ls test-sol | grep -qi '\.t\.sol'; then
if ls test-sol | grep -qi '\.t\.sol'; then
echo "All tests should be in a file"
exit 1
fi
Expand Down

0 comments on commit fed034b

Please sign in to comment.