Skip to content

Commit

Permalink
add project to unittest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Feb 28, 2024
1 parent 444adf4 commit 244f5a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-runtest@v1
with:
project: lr
- uses: julia-actions/julia-processcoverage@v1
with:
project: lr
- uses: codecov/codecov-action@v1
with:
file: lcov.info
Expand Down

0 comments on commit 244f5a2

Please sign in to comment.