Skip to content

Commit 6ca17a6

Browse files
authored
Try CI on nightly, and see if the bug (from 1.11) is still present on nightly
1 parent e84b6b0 commit 6ca17a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# - '1.9' # TODO: uncomment this line once we fix the tests on 1.9
5151
- '1.10' # current LTS
5252
- '1.11'
53-
# - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
53+
- 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
5454
julia-arch:
5555
- 'x64' # 32-bit Julia
5656
- 'x86' # 64-bit Julia

0 commit comments

Comments
 (0)