Check everything on GitHub Actions

This commit is contained in:
moznion
2020-12-12 01:05:13 +09:00
parent 93d7dfb3ed
commit ced6b62e5e

View File

@@ -14,6 +14,6 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v2
- name: Run tests
run: make test
- name: Run checks
run: make check