mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
ci(build): run cargo tests
This commit is contained in:
parent
badfcc0c2d
commit
cf87bb4e8d
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue