Skip to content

Commit

Permalink
all: add dragonfly build
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Jul 19, 2023
1 parent 0e5728d commit 23ff5da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23ff5da

Please sign in to comment.