1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Run make server-test-sqlite to run only against sqlite for that part of the job (#2605)

This commit is contained in:
Jesús Espino 2022-03-23 20:13:07 +01:00 committed by GitHub
parent 218d901b0d
commit 03864823dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
path: ${{ github.workspace }}/dist/focalboard-server-linux-amd64.tar.gz
- name: "Test server: sqlite"
run: make server-test
run: make server-test-sqlite
- name: "Test server: mysql"
run: make server-test-mysql