File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 90
90
run : stack build --pedantic
91
91
92
92
- name : Run Vector testsuite
93
+ if : github.ref != 'refs/heads/master'
93
94
run : stack run -- clash-testsuite --hide-successes -p .Vector. --no-ghdl --no-verilator --no-modelsim --no-vivado
94
95
95
96
build_and_test :
@@ -165,19 +166,23 @@ jobs:
165
166
run : ./.ci/build.sh
166
167
167
168
- name : Unit Tests
169
+ if : github.ref != 'refs/heads/master'
168
170
run : |
169
171
cabal v2-test clash-prelude
170
172
cabal v2-test clash-lib
171
173
cabal v2-test clash-cores
172
174
cabal v2-test clash-cosim
173
175
174
176
- name : Testsuite (VHDL)
177
+ if : github.ref != 'refs/heads/master'
175
178
run : cabal v2-run clash-testsuite -- -j$THREADS --hide-successes -p .VHDL --no-vivado
176
179
177
180
- name : Testsuite (Verilog)
181
+ if : github.ref != 'refs/heads/master'
178
182
run : cabal v2-run clash-testsuite -- -j$THREADS --hide-successes -p .Verilog --no-vivado
179
183
180
184
- name : Testsuite (SystemVerilog)
185
+ if : github.ref != 'refs/heads/master'
181
186
run : cabal v2-run clash-testsuite -- -j$THREADS --hide-successes -p .SystemVerilog --no-modelsim --no-vivado
182
187
183
188
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ pull_request_rules:
9
9
- merged
10
10
actions :
11
11
copy :
12
- bot_account : clash-lang-builder
13
12
ignore_conflicts : True
14
13
branches :
15
14
- " 1.2"
@@ -21,7 +20,6 @@ pull_request_rules:
21
20
- merged
22
21
actions :
23
22
copy :
24
- bot_account : clash-lang-builder
25
23
ignore_conflicts : True
26
24
branches :
27
25
- " 1.4"
@@ -33,11 +31,8 @@ pull_request_rules:
33
31
- merged
34
32
actions :
35
33
copy :
36
- bot_account : clash-lang-builder
37
34
ignore_conflicts : True
38
35
branches :
39
36
- " 1.6"
40
37
queue :
41
- update_bot_account : clash-lang-builder
42
- merge_bot_account : clash-lang-builder
43
38
update_method : rebase
You can’t perform that action at this time.
0 commit comments