Skip to content

Commit

Permalink
add skrifa no_std check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Mar 15, 2024
1 parent 570e8cd commit 48a32a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
- name: cargo check read-fonts
run: cargo check --manifest-path=read-fonts/Cargo.toml --no-default-features

- name: cargo check skrifa
run: cargo check --manifest-path=skrifa/Cargo.toml --no-default-features --features=libm

check-wasm:
name: cargo check wasm
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48a32a5

Please sign in to comment.