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 4b38628 commit 4b31c94Copy full SHA for 4b31c94
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Run tests
29
run: |
30
- julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
+ julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator"); Pkg.test("ReactionMechanismSimulator"; coverage=true)'
31
32
- uses: julia-actions/julia-processcoverage@v1
33
0 commit comments