Skip to content

Commit

Permalink
Update ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Nov 2, 2023
1 parent 1e189f7 commit 63ad527
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ steps:

- label: "Run all the tests"
key: "all the tests"
env:
CUDA_VISIBLE_DEVICES: "-1"
TEST_GROUP: "jra55"
command:
- julia --project -e 'using Pkg; Pkg.test()'

1 change: 1 addition & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
JULIA_DEBUG: Documenter
run: julia --color=yes --project=docs/ docs/make.jl

10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,16 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- name: Install dependencies
run: |
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project -e 'using Pkg; Pkg.precompile()'
julia --color=yes --project -e 'using Pkg; Pkg.test()'
env:
TEST_GROUP: "downloading"

with:
file: lcov.info

0 comments on commit 63ad527

Please sign in to comment.