updated workflow to include make tests

This commit is contained in:
t1m0t 2022-02-01 21:34:57 +01:00
parent 8ad3f85872
commit 81ca1a0014

View file

@ -35,8 +35,8 @@ jobs:
- run: sudo apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev
- uses: actions-rs/cargo@v1
with:
command: test
args: --features "desktop, ssr, router"
command: make
args: tests
fmt:
name: Rustfmt