Skip to content

Commit

Permalink
Run tests without check bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
AleMorales committed Sep 25, 2024
1 parent 55585cf commit 22b2c2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-runtest@latest
- run: julia --project -e 'import Pkg; Pkg.test(coverage = true, julia_args=["--check-bounds=no"])'
# - uses: julia-actions/julia-runtest@latest
# with:
# test_args: 'julia_args=["--check-bounds=no"]'
- uses: julia-actions/julia-uploadcodecov@latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 22b2c2f

Please sign in to comment.