From 1223c4fc80a68822d70e269ea853e339bf0c6e53 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Mon, 18 Nov 2024 12:52:04 +0000 Subject: [PATCH] Flags. --- .github/workflows/test.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18d0248..a699f99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,12 +90,12 @@ jobs: - name: freebsd version: '14.1' flags: '-test.v' - - name: openbsd - version: '7.5' - flags: '-test.v -test.short' - name: netbsd version: '10.0' flags: '-test.v -test.short' + - name: openbsd + version: '7.5' + flags: '-test.v -test.short' runs-on: ubuntu-latest needs: test @@ -126,13 +126,14 @@ jobs: os: - name: dragonfly action: 'vmactions/dragonflybsd-vm@v1' - flags: '-test.v -test.short' + tflags: '-test.v -test.short' - name: illumos action: 'vmactions/omnios-vm@v1' - flags: '-test.v -test.short' + tflags: '-test.v -test.short' - name: solaris action: 'vmactions/solaris-vm@v1' - flags: '-test.v -test.short' + bflags: '-tags sqlite3_dotlk' + tflags: '-test.v -test.short' runs-on: ubuntu-latest needs: test @@ -145,8 +146,9 @@ jobs: - name: Build env: GOOS: ${{ matrix.os.name }} - TESTFLAGS: ${{ matrix.os.flags }} - VMACTIONS: ${{ matrix.os.action }} + BUILDFLAGS: ${{ matrix.os.bflags }} + TESTFLAGS: ${{ matrix.os.tflags }} + VMACTIONS: ${{ matrix.os.action }} run: .github/workflows/build-test.sh - name: Test