@@ -35,18 +35,16 @@ jobs:
3535 run : cargo clippy --features docs,math --tests -- -D warnings
3636
3737 - name : Run tests (general)
38- run : cargo test --features math,docs,ssr
39- - name : Run tests (unstable web_sys)
4038 run : RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo test --features math,docs,ssr
4139 - name : Run tests (axum) use_cookie
42- run : cargo test --features math,docs,ssr,axum --doc use_cookie
40+ run : RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo test --features math,docs,ssr,axum --doc use_cookie
4341 - name : Run tests (axum) use_locale
44- run : cargo test --features math,docs,ssr,axum --doc use_locale
42+ run : RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo test --features math,docs,ssr,axum --doc use_locale
4543 # TODO : at the moment this gives weird compilation errors that have nothing to do with leptos-use
4644 # - name: Run tests (actix) use_cookie
47- # run: cargo test --features math,docs,ssr,actix --doc use_cookie
45+ # run: RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo test --features math,docs,ssr,actix --doc use_cookie
4846 # - name: Run tests (actix) use_locale
49- # run: cargo test --features math,docs,ssr,actix --doc use_locale
47+ # run: RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo test --features math,docs,ssr,actix --doc use_locale
5048
5149 # ### mdbook
5250 - name : Install mdbook I
0 commit comments