Skip to content

Commit

Permalink
Run tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpearce committed Dec 4, 2023
1 parent 78ab8f5 commit 017d526
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,5 @@ jobs:
run: mix dialyzer --plt
- name: Check typespecs
run: mix dialyzer --format github

# Tests.
# - name: Check tests
# run: mix test
- name: Run tests
run: mix test

0 comments on commit 017d526

Please sign in to comment.