run tests on linux

This commit is contained in:
Caleb Doxsey 2022-07-25 16:42:05 -06:00
parent d79244d56b
commit e879a93e98

View file

@ -50,7 +50,6 @@ jobs:
if: runner.os == 'Linux'
run: make lint
- name: test
if: runner.os != 'Linux'
run: make test
cover: