We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bd0bd commit 7a800aeCopy full SHA for 7a800ae
.github/workflows/CI.yml
@@ -54,6 +54,7 @@ jobs:
54
${{ runner.os }}-test-${{ env.cache-name }}-
55
${{ runner.os }}-test-
56
${{ runner.os }}-
57
+ - run: julia --project -e 'using Pkg; Pkg.add("https://github.com/serenity4/CodeTracking.jl#parametrize-by-mt")'
58
- uses: julia-actions/julia-buildpkg@v1
59
- uses: julia-actions/julia-runtest@v1
60
- uses: julia-actions/julia-processcoverage@v1
.github/workflows/Documenter.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
15
- uses: julia-actions/julia-buildpkg@latest
16
- uses: julia-actions/julia-docdeploy@latest
17
env:
0 commit comments