File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,17 @@ branches:
22
22
- master
23
23
- develop
24
24
- /^release-.*$/
25
-
25
+
26
26
jobs :
27
27
include :
28
28
- julia : 1.4
29
- env : IIF_TEST=true
29
+ env :
30
+ - IIF_TEST=true
31
+ - SKIP_CGDFG_TESTS=true
30
32
if : NOT branch =~ ^release.*$
31
33
- arch : arm64
34
+ env : SKIP_CGDFG_TESTS=true
35
+ before_script :
32
36
- stage : " Documentation"
33
37
julia : 1.4
34
38
os : linux
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ for api in apis
40
40
end
41
41
end
42
42
43
- if get (ENV , " IIF_TEST " , " " ) != " true"
43
+ if get (ENV , " SKIP_CGDFG_TESTS " , " " ) != " true"
44
44
@testset " Consolidation WIP Testing Driver: CloudGraphsDFG" begin
45
45
global decodePackedType
46
46
function decodePackedType (dfg:: AbstractDFG , packeddata:: GenericFunctionNodeData{PT,<:AbstractString} ) where PT
You can’t perform that action at this time.
0 commit comments