Skip to content

Commit de905b3

Browse files
authored
Disable inlining during the test suite (#29)
1 parent 557c525 commit de905b3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
${{ runner.os }}-test-
4141
${{ runner.os }}-
4242
- uses: julia-actions/julia-buildpkg@latest
43-
- uses: julia-actions/julia-runtest@latest
44-
with:
45-
inline: 'no'
43+
# - uses: julia-actions/julia-runtest@latest
44+
# with:
45+
# inline: 'no'
46+
- run: julia --color=yes --check-bounds=yes --inline=no --project -e 'using Pkg; Pkg.test(coverage=true)'
4647
- uses: julia-actions/julia-processcoverage@v1
4748
- uses: codecov/codecov-action@v1
4849
with:

0 commit comments

Comments
 (0)