Skip to content

Commit

Permalink
ci: enables mix test
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 5, 2024
1 parent 3129fd7 commit d70a738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- run: mix deps.compile
- run: mix compile --warnings-as-errors
if: ${{ matrix.lint }}
# TODO
# - run: mix test
- run: mix test

0 comments on commit d70a738

Please sign in to comment.