From 1fb028088c17b3944d36e36e647185d2cb64335f Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Tue, 23 Jul 2024 16:21:23 +0200 Subject: [PATCH] Document no-std CI --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d00aa0..77035ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: ""