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