Skip to content

Commit

Permalink
Remove wasm feature from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 24, 2024
1 parent 5f4ff1a commit 3d88712
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
"std,image",
"std,image,fast-linear-to-srgb",
"std,fast-linear-to-srgb",
"std,fast-linear-to-srgb,wasm",
"std,wasm",
"std",
]
include:
Expand All @@ -46,10 +44,6 @@ jobs:
coverage: false
features: "fast-linear-to-srgb"

- toolchain: "nightly"
coverage: false
features: "wasm"

- toolchain: "nightly"
coverage: false
features: ""
Expand Down

0 comments on commit 3d88712

Please sign in to comment.