cxI: fix args

This commit is contained in:
Jonathan Kelley 2022-01-05 17:38:50 -05:00
parent ebfe2b88e9
commit 841723cd6f

View file

@ -31,7 +31,8 @@ jobs:
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test --features "desktop, ssr, router"
command: test
args: --features "desktop, ssr, router"
fmt:
name: Rustfmt