File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1- # [.github/workflows/CI.yml]
21name : CI
2+
33on :
44 push :
55 branches :
66 - main
77 tags : ' *'
88 pull_request :
9+
910jobs :
1011 call :
11- strategy :
12- matrix :
13- version :
14- - ' 1.10'
15- - ' 1.11'
16- - ' 1.12'
17- os :
18- - ubuntu-latest
19- arch :
20- - x64
2112 uses : control-toolbox/CTActions/.github/workflows/ci.yml@main
22- with :
23- version : ${{ matrix.version }}
24- os : ${{ matrix.os }}
25- arch : ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ import CTParser: CTParser, @def
4444include (" solution_example_path_constraints.jl" )
4545
4646@testset verbose = true showtiming = true " CTModels tests" begin
47- for name in (:plot , :export_import )
47+ for name in (
48+ :plot ,
49+ # :export_import,
50+ )
4851 @testset " $(name) " begin
4952 test_name = Symbol (:test_ , name)
5053 println (" testing: " , string (name))
You can’t perform that action at this time.
0 commit comments