We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7576113 commit a8fa068Copy full SHA for a8fa068
.github/workflows/ci.yml
@@ -33,12 +33,11 @@ jobs:
33
key: compiled-${{ runner.os }}-${{ hashFiles('**/Project.toml') }}-${{ hashFiles('**/Manifest.toml') }}
34
restore-keys: compiled-${{ runner.os }}-
35
- name: Run tests
36
+ shell: julia --project=. --color=yes {0}
37
run: |
- julia --project=. -e '
38
using Pkg;
39
Pkg.Registry.update()
40
Pkg.test(; coverage=true)
41
- )'
42
- uses: julia-actions/julia-processcoverage@v1
43
with:
44
directories: src
0 commit comments