Skip to content

Commit 8ca8ad6

Browse files
committed
Add building of //tools:erlang_headers to the tests
1 parent e958c2c commit 8ca8ad6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ jobs:
141141
#! build:rbe --host_cpu=k8
142142
#! build:rbe --cpu=k8
143143
#! EOF
144+
- name: BUILD
145+
working-directory: test
146+
run: |
147+
bazelisk build @rules_erlang//tools:erlang_headers \
148+
--config=rbe
144149
- name: TEST
145150
working-directory: test
146151
run: |

0 commit comments

Comments
 (0)