mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
cxI: fix args
This commit is contained in:
parent
ebfe2b88e9
commit
841723cd6f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue