Skip to content

Commit

Permalink
chore: fix opt
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed May 26, 2024
1 parent 64682cd commit 6aa86b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
otp-version: '26.0'
- run: docker-compose -f "test/compose_files/docker-compose.yml" up -d
- run: mix deps.get
- run: mix compile --warning-as-errors
- run: mix test --warning-as-errors
- run: mix compile --warnings-as-errors
- run: mix test --warnings-as-errors

0 comments on commit 6aa86b6

Please sign in to comment.