summaryrefslogtreecommitdiff
path: root/.github/workflows/mariadb.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mariadb.yml')
-rw-r--r--.github/workflows/mariadb.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml
index 4479e9e4d..5293dd98b 100644
--- a/.github/workflows/mariadb.yml
+++ b/.github/workflows/mariadb.yml
@@ -38,6 +38,7 @@ jobs:
SQLHOST: mysql
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
+ PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v1
with:
@@ -67,3 +68,13 @@ jobs:
- name: test
run: |
./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest
+
+ - name: extra test
+ if: env.PACKET_VERSION != '--enable-packetver=20130724'
+ run: |
+ ./tools/ci/travis.sh extratest