Skip to content

Commit 4b31c94

Browse files
JacksonBurnsrwest
authored andcommitted
consolidate steps to avoid repeat installs
1 parent 4b38628 commit 4b31c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run tests
2929
run: |
30-
julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
30+
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator"); Pkg.test("ReactionMechanismSimulator"; coverage=true)'
3131
3232
- uses: julia-actions/julia-processcoverage@v1
3333

0 commit comments

Comments
 (0)