mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
chore: Do Go builds work?
This commit is contained in:
parent
62ff4dc4ae
commit
b987338a88
|
@ -60,6 +60,8 @@ test:
|
|||
mv $FIXTURE $FIXTURE.go
|
||||
OUTPUT=$(go run $FIXTURE.go)
|
||||
test "Hello World" = "$OUTPUT"
|
||||
go build -o my-artifact $FIXTURE.go
|
||||
ls -la $FIXTURE.go
|
||||
fixture: |
|
||||
package main
|
||||
import "fmt"
|
||||
|
|
Loading…
Reference in a new issue