Skip to content

Commit 6898156

Browse files
authored
Adjust extension test files structure (#442)
1 parent 14b3de5 commit 6898156

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'ext/**'
1111
- 'test/runtests.jl'
1212
- 'test/core-test/**'
13-
- 'test/ext-test/cairomakie/**'
13+
- 'test/ext-test/cpu/**'
1414
- 'Project.toml'
1515
pull_request:
1616
branches:
@@ -21,7 +21,7 @@ on:
2121
- 'ext/**'
2222
- 'test/runtests.jl'
2323
- 'test/core-test/**'
24-
- 'test/ext-test/cairomakie/**'
24+
- 'test/ext-test/cpu/**'
2525
- 'Project.toml'
2626
types:
2727
- opened
File renamed without changes.

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ if (GROUP == "All") || (GROUP == "Code-Quality")
5151
end
5252

5353
if (GROUP == "CairoMakie_Ext")# || (GROUP == "All")
54-
Pkg.activate("ext-test/cairomakie")
54+
Pkg.activate("ext-test/cpu/cairomakie")
5555
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
5656
Pkg.instantiate()
5757

5858
using QuantumToolbox
5959
QuantumToolbox.about()
6060

6161
# CarioMakie is imported in the following script
62-
include(joinpath(testdir, "ext-test", "cairomakie", "cairomakie_ext.jl"))
62+
include(joinpath(testdir, "ext-test", "cpu", "cairomakie", "cairomakie_ext.jl"))
6363
end
6464

6565
if (GROUP == "CUDA_Ext")# || (GROUP == "All")

0 commit comments

Comments
 (0)