1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

CI: Mac - only run integration tests

This commit is contained in:
Chen-I Lim
2022-04-13 15:47:35 -07:00
parent 5b423d6647
commit c9e449ee85

View File

@@ -110,5 +110,5 @@ jobs:
with:
go-version: 1.16
- name: "Test server: ${{matrix['db']}}"
run: make server-test-${{matrix['db']}}
- name: "Test server (minimum): ${{matrix['db']}}"
run: make server-test-mini-${{matrix['db']}}