1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00
crud_generator/vendor/github.com/ompluscator/dynamic-struct/.travis.yml

9 lines
94 B
YAML
Raw Normal View History

2023-10-24 17:03:04 +02:00
language: go
go:
- 1.18
- stable
script:
- go test -v ./...
- go test -v -race ./...