Skip to content

Commit a8f110e

Browse files
authored
test Julia nightly on every PR (#301)
1 parent 0726513 commit a8f110e

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- os: ubuntu-latest
3636
version: "1.5"
3737
arch: x64
38+
# Julia Nightly
39+
- os: ubuntu-latest
40+
version: "nightly"
41+
arch: x64
3842
steps:
3943
- uses: actions/checkout@v2
4044
- uses: julia-actions/setup-julia@v1

.github/workflows/JuliaNightly.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)