noahsettersten commited on
Commit
a699405
1 Parent(s): 10eac7e

ci: Run tests in GitHub actions workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/lint.yml +2 -0
.github/workflows/lint.yml CHANGED
@@ -32,3 +32,5 @@ jobs:
32
  - name: Check code style
33
  run: mix credo
34
 
 
 
 
32
  - name: Check code style
33
  run: mix credo
34
 
35
+ - name: Run tests
36
+ run: mix test