We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236eb50 commit fbcc72dCopy full SHA for fbcc72d
1 file changed
.github/workflows/Test.yml
@@ -34,7 +34,7 @@ jobs:
34
Pkg.add("JET")
35
Pkg.develop(path = pwd())
36
include(joinpath(pwd(), "test/jet.jl"))
37
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.julia-version != 'nightly' }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.julia-version != 'pre' }}
38
- uses: julia-actions/julia-processcoverage@v1
39
with:
40
directories: 'src,ext'
0 commit comments