1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

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: