File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
test-with-coverage :
23
+ if : github.event.pull_request.draft == false
23
24
runs-on : ubuntu-20.04
24
25
steps :
25
26
- uses : actions/checkout@v3
47
48
fail_ci_if_error : false
48
49
49
50
linux-conda-test :
51
+ if : github.event.pull_request.draft == false
50
52
runs-on : ubuntu-22.04
51
53
steps :
52
54
- uses : actions/checkout@v3
71
73
RUSTFLAGS=-Zsanitizer=leak cargo +nightly test
72
74
73
75
linux-bundled-test :
76
+ if : github.event.pull_request.draft == false
74
77
runs-on : ubuntu-latest
75
78
steps :
76
79
- uses : actions/checkout@v3
81
84
82
85
83
86
windows-test :
87
+ if : github.event.pull_request.draft == false
84
88
env :
85
89
SCIPOPTDIR : C:\scipoptdir
86
90
runs-on : windows-latest
@@ -105,6 +109,7 @@ jobs:
105
109
cargo test --examples
106
110
107
111
cargo-fmt-check :
112
+ if : github.event.pull_request.draft == false
108
113
runs-on : ubuntu-latest
109
114
steps :
110
115
- uses : actions/checkout@v3
@@ -117,6 +122,7 @@ jobs:
117
122
run : cargo fmt --all -- --check
118
123
119
124
cargo-clippy :
125
+ if : github.event.pull_request.draft == false
120
126
runs-on : ubuntu-latest
121
127
steps :
122
128
- uses : actions/checkout@v3
@@ -130,6 +136,7 @@ jobs:
130
136
run : cargo clippy --all-features --all-targets -- -D warnings
131
137
132
138
semver-check :
139
+ if : github.event.pull_request.draft == false
133
140
runs-on : ubuntu-latest
134
141
steps :
135
142
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments