Check everything on GitHub Actions

This commit is contained in:
moznion
2020-12-12 01:05:13 +09:00
parent 93d7dfb3ed
commit ced6b62e5e
+2 -2
View File
@@ -14,6 +14,6 @@ jobs:
with: with:
rust-version: ${{ matrix.rust }} rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run tests - name: Run checks
run: make test run: make check