We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfddd76 commit e7d9f6dCopy full SHA for e7d9f6d
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
arch: ${{ matrix.arch }}
28
- uses: julia-actions/julia-buildpkg@v1
29
- uses: julia-actions/julia-runtest@v1
30
+ env:
31
+ QUBOTOOLS_FOREIGN_TESTS: true
32
- uses: julia-actions/julia-processcoverage@v1
33
- uses: codecov/codecov-action@v2
34
with:
0 commit comments