diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 19844d16..42109ec8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -28,9 +28,6 @@ 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()' diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 108dd1a8..7550171d 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -32,4 +32,3 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key JULIA_DEBUG: Documenter run: julia --color=yes --project=docs/ docs/make.jl - diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40486c61..33ce4400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,16 +46,8 @@ 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 -