Skip to content

Commit dbaab80

Browse files
committed
Merge branch 'bugs'
2 parents b31bc4b + aa43b23 commit dbaab80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/push-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
run: make build
1515
- name: Test
1616
run: make test
17+
- name: Setup mxbuild
18+
run: ./bin/mxcli setup mxbuild --version 11.6.3
19+
- name: Integration tests
20+
run: make test-integration
21+
timeout-minutes: 30
1722
- name: Lint Go
1823
run: make lint-go
1924
- name: Check MDL example scripts

0 commit comments

Comments
 (0)