mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
building examples now uses a wasm binary size optimized release build
This commit is contained in:
parent
1abff6a4f2
commit
987e7234c1
2 changed files with 2 additions and 1 deletions
1
.github/workflows/book.yml
vendored
1
.github/workflows/book.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
toolchain: nightly
|
||||
profile: minimal
|
||||
override: true
|
||||
components: rust-src
|
||||
- name: Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Install mdbook I
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
toolchain: nightly
|
||||
profile: minimal
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
components: rustfmt, clippy, rust-src
|
||||
- name: Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Check function count badge
|
||||
|
|
Loading…
Add table
Reference in a new issue