ci: remove ex_unit skip

This commit is contained in:
Zach Daniel 2020-06-02 09:03:50 -04:00
parent b769d108c7
commit 458dd926f1
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -36,7 +36,7 @@ jobs:
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-lock-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}
- run: mix deps.get
- run: mix check --except ex_unit
- run: mix check
- run: mix publish
if: startsWith(github.ref, 'refs/tags/v')
env: