Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Nov 28, 2024
1 parent aebf166 commit 32c7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: julia-actions/julia-buildpkg@v1
- name: "Run tests"
run: |
julia --color=yes --project=@. -t2 -e "using Pkg; Pkg.test(\"Rimu\"; coverage=true);"
julia --color=yes --project=@. -t2 -e "using Pkg; Pkg.test(\"RimuLegacyHamiltonians\"; coverage=true);"
- name: "Process coverage"
uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 32c7305

Please sign in to comment.