Skip to content

Commit 72f3974

Browse files
ytdHuangalbertomercurio
authored andcommitted
re-organize runtests directory (qutip#228)
1 parent c199e46 commit 72f3974

20 files changed

+9
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
steps:
33
- label: ":runner: Dynamically launch pipelines"
44
plugins:
5-
- staticfloat/forerunner:
5+
- staticfloat/forerunner: # CUDA.jl tests
66
watch:
77
- ".buildkite/pipeline.yml"
88
- ".buildkite/CUDA_Ext.yml"
99
- "src/**"
1010
- "ext/QuantumToolboxCUDAExt.jl"
1111
- "test/runtests.jl"
12-
- "test/cuda_ext.jl"
12+
- "test/ext-test/cuda_ext.jl"
1313
- "Project.toml"
1414
target: ".buildkite/CUDA_Ext.yml"
1515
agents:

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- '.github/workflows/CI.yml'
99
- 'src/**'
1010
- 'ext/**'
11-
- 'test/**'
11+
- 'test/runtests.jl'
12+
- 'test/core-test/**'
1213
- 'Project.toml'
1314
pull_request:
1415
branches:
@@ -17,7 +18,8 @@ on:
1718
- '.github/workflows/CI.yml'
1819
- 'src/**'
1920
- 'ext/**'
20-
- 'test/**'
21+
- 'test/runtests.jl'
22+
- 'test/core-test/**'
2123
- 'Project.toml'
2224
types:
2325
- opened
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)