Skip to content

Commit d54df2d

Browse files
committed
manually run tests
1 parent 315eb3d commit d54df2d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/Downgrade.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,12 @@ jobs:
5353
skip: LinearAlgebra,Printf,SparseArrays,DelimitedFiles,Test
5454
projects: ., test
5555
mode: forcedeps
56-
- uses: julia-actions/julia-buildpkg@v1
57-
env:
58-
PYTHON: ""
59-
- name: Run tests without coverage
60-
uses: julia-actions/julia-runtest@v1
61-
with:
62-
coverage: false
63-
allow_reresolve: false
64-
force_latest_compatible_version: false
65-
env:
66-
PYTHON: ""
56+
- name: Run tests
57+
run: |
58+
julia --project=test --color=yes -e '
59+
import Pkg
60+
Pkg.develop(Pkg.PackageSpec(path=pwd()))
61+
Pkg.instantiate()
62+
Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
63+
include("test/runtests.jl")
64+
'

0 commit comments

Comments
 (0)