From 5fedd37474ce27bd88a8d47e9a0e6d48cffd1829 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:28:48 -0500 Subject: [PATCH] `tests`: add note about bleeding edge nightly vs polars-pinned-nightly workflows [skip ci] --- .github/workflows/rust-nightly-bleeding-edge.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust-nightly-bleeding-edge.yml b/.github/workflows/rust-nightly-bleeding-edge.yml index 23e5956ad..ead0affa8 100644 --- a/.github/workflows/rust-nightly-bleeding-edge.yml +++ b/.github/workflows/rust-nightly-bleeding-edge.yml @@ -1,4 +1,9 @@ name: Linux Nightly Bleeding Edge +# use the LATEST version of the Rust nightly toolchain to test qsv. +# This will often fail, but it's useful to see if the code is working. +# Most failures are due to polars being pinned to a specific nightly version. +# See rust-polars-pinned-nightly.yml for a nightly build that is known to +# work with polars. on: schedule: