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