Skip to content

Commit

Permalink
ci: make sure windows and darwin is included
Browse files Browse the repository at this point in the history
  • Loading branch information
zs-ko committed Jun 3, 2024
1 parent f7ead43 commit f6f5931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (generate && linux && amd64) || (generate && darwin && amd64)
//go:build (generate && linux && amd64) || (generate && darwin && amd64) || (generate && windows && amd64)

package natsbackend

Expand Down

0 comments on commit f6f5931

Please sign in to comment.