Files
test-actions/vendor/github.com/valyala/fastrand/.travis.yml
Alex Matsuev 9438cc0129
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s
Add vendoring
2025-11-21 23:05:32 +03:00

17 lines
241 B
YAML

language: go
go:
- 1.7
- 1.8
script:
# build test for supported platforms
- GOOS=linux go build
- GOOS=darwin go build
- GOOS=freebsd go build
- GOARCH=386 go build
# run tests on a standard platform
- go test -v ./...