Skip to content

Commit

Permalink
add build tag for buildkit to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 24, 2024
1 parent 5510992 commit 86e6f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: "1.23"

- name: Build
run: go build -v ./...
run: go build -tags=dfrunsecurity -v ./...

- name: Test
run: go test -v ./...
run: go test -tags=dfrunsecurity -v ./...

0 comments on commit 86e6f14

Please sign in to comment.