Skip to content

Commit

Permalink
try and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Jul 28, 2024
1 parent 7e209a3 commit d2af4fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ jobs:
using Pkg
Pkg.Registry.update()
Pkg.develop([
PackageSpec(path="."),
PackageSpec(path="./lib/TestsForCodecPackages"),
])
Pkg.instantiate()
shell: julia --project=test --color=yes --check-bounds=yes {0}
shell: julia --project=. --color=yes --check-bounds=yes {0}
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d2af4fd

Please sign in to comment.