Skip to content

Commit

Permalink
tests: add note about bleeding edge nightly vs polars-pinned-nightl…
Browse files Browse the repository at this point in the history
…y workflows

[skip ci]
  • Loading branch information
jqnatividad committed Dec 14, 2023
1 parent cdee99c commit 5fedd37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust-nightly-bleeding-edge.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5fedd37

Please sign in to comment.