mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-25 21:34:04 +03:00
ci(build): run cargo tests
This commit is contained in:
parent
badfcc0c2d
commit
cf87bb4e8d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user