Skip to content

Commit c0095c5

Browse files
committed
Run upstream GRAPE tests in CI
1 parent 5573f5f commit c0095c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ jobs:
3737
- run: |
3838
# Run tests
3939
julia --project=test --color=auto --startup-file=yes --code-coverage="user" --depwarn="yes" --check-bounds="yes" -e 'include("test/runtests.jl")'
40+
- run: |
41+
# Run upstream "GRAPE" tests
42+
julia --project=test -e '
43+
using Pkg
44+
Pkg.test("GRAPE", coverage=true)'
4045
- uses: julia-actions/julia-processcoverage@v1
4146
- run: |
4247
# Summarize coverage
43-
julia --project=test -e 'using QuantumControlBase.TestUtils; show_coverage();'
48+
julia --project=test -e 'using QuantumControlTestUtils; show_coverage();'
4449
- uses: codecov/codecov-action@v2
4550
with:
4651
files: lcov.info

0 commit comments

Comments
 (0)