Skip to content

Commit

Permalink
Make test error check case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Apr 30, 2024
1 parent 5c28d10 commit 99a5081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: |
anchor test 2>&1 | tee -a build.log
cat build.log
cat build.log | grep -qEv 'error|warn'
cat build.log | grep -qiEv 'error|warn'

0 comments on commit 99a5081

Please sign in to comment.