mirror of
https://github.com/kidoman/embd
synced 2025-04-18 07:58:29 +02:00
ci: build samples properly
This commit is contained in:
parent
2cd6680ea8
commit
ab1681ce8d
@ -6,4 +6,4 @@ go:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- make -C ./samples/
|
- pushd samples && find . -name "*.go" -exec go build {} \; && popd
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
build: *.go
|
|
||||||
echo $^ | xargs -n1 -I {} go build {}
|
|
Loading…
x
Reference in New Issue
Block a user