We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557c525 commit de905b3Copy full SHA for de905b3
1 file changed
.github/workflows/ci.yml
@@ -40,9 +40,10 @@ jobs:
40
${{ runner.os }}-test-
41
${{ runner.os }}-
42
- uses: julia-actions/julia-buildpkg@latest
43
- - uses: julia-actions/julia-runtest@latest
44
- with:
45
- inline: 'no'
+# - uses: julia-actions/julia-runtest@latest
+# with:
+# inline: 'no'
46
+ - run: julia --color=yes --check-bounds=yes --inline=no --project -e 'using Pkg; Pkg.test(coverage=true)'
47
- uses: julia-actions/julia-processcoverage@v1
48
- uses: codecov/codecov-action@v1
49
with:
0 commit comments