Skip to content

Commit

Permalink
bypass warnings to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mortont committed Mar 5, 2024
1 parent d4f64a0 commit 21c5105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: MIX_ENV=test mix do compile --warnings-as-errors, test
run: MIX_ENV=test mix do compile, test

0 comments on commit 21c5105

Please sign in to comment.