Add testing to CI | #35

This commit is contained in:
Gregory 2021-04-23 18:50:33 -04:00
parent 74bc905fab
commit e8d014c113
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -22,6 +22,9 @@ jobs:
- uses: actions/checkout@v1
- name: Test
run: cargo test
- name: Build
run: cargo build --release --locked