mirror of
https://github.com/henrydcase/nobs.git
synced 2024-11-22 23:28:57 +00:00
9 lines
127 B
YAML
9 lines
127 B
YAML
sudo: required
|
|
language: go
|
|
|
|
script:
|
|
- NOASM=0 make test
|
|
- NOASM=1 make test
|
|
- NOASM=0 make cover
|
|
- NOASM=1 make cover
|