Skip to content

Commit

Permalink
Merge eb495f8 into 7812c0d
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 11, 2020
2 parents 7812c0d + eb495f8 commit d946efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- run: julia -e 'using Pkg; pkg"add Run@0.1"'
- run: julia -e 'using Run; Run.prepar()'
- run: julia -e 'using Run; Run.prepare_test()'
- run: julia -e 'using Run; Run.test()'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit d946efa

Please sign in to comment.