mirror of
https://github.com/restic/restic.git
synced 2025-08-25 15:37:25 +00:00
travis: Run tests for 386 and amd64
This commit is contained in:
@@ -31,7 +31,9 @@ script:
|
||||
- make restic
|
||||
- make gox
|
||||
- make test
|
||||
- GOARCH=386 make test
|
||||
- make test-integration
|
||||
- GOARCH=386 make test-integration
|
||||
- make all.cov
|
||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
||||
- gofmt -l *.go */*.go */*/*.go
|
||||
|
Reference in New Issue
Block a user