diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be13271398..3a7840dbb3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,3 +42,10 @@ jobs: - name: Run Tests shell: bash run: 'internal/testing/runchecks.sh' + - if: matrix.os == 'ubuntu-latest' + name: Build for dragonfly + run: | + go install ./... + env: + GOARCH: amd64 + GOOS: dragonfly