Skip to content

Commit

Permalink
added explanation for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut22 committed Feb 4, 2025
1 parent 87eaeaf commit 73c408f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This job checks the "nightly" build of Julia for deprecation warnings in the dependencies.
# Thus, we'll get a heads-up if something may break, and if it needs to be fixed by us or the dependency devs.
# Since nightly is the latest *unstable* version, this job is expected to fail often, hence continue-on-error: true (love a green check-mark)

name: CI_nightly
on:
push:
Expand Down

0 comments on commit 73c408f

Please sign in to comment.