try this too
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9602fa..6066ad6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,7 +52,7 @@
# - 1.80: LazyLock in std
# - 1.83: const context Option<T>::unwrap()
- {VERSION: "3.13", NOXSESSION: "rust-nocoverage,tests-nocoverage", RUST: "1.74.0"}
- - {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "1.80.0"}
+ - {VERSION: "3.13", NOXSESSION: "rust-nocoverage,tests-nocoverage", RUST: "1.80.0"}
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "beta"}
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "nightly"}
- {VERSION: "3.13", NOXSESSION: "tests-rust-debug"}