Skip to content

Commit

Permalink
Document no-std CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 23, 2024
1 parent 00c3a08 commit 1fb0280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ jobs:
"std",
]
include:
# Coverage on nightly
- toolchain: "nightly"
coverage: true
features: ""

# no-std build and tests
- toolchain: "nightly"
coverage: false
features: "fast-linear-to-srgb"

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

0 comments on commit 1fb0280

Please sign in to comment.