ci(build): run cargo tests

This commit is contained in:
Jake Stanger 2022-11-28 22:21:47 +00:00
parent badfcc0c2d
commit cf87bb4e8d
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -37,6 +37,11 @@ jobs:
- name: Check formatting
run: cargo fmt --check
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
build-nix: