Run tests on alternative tags
bboreham opened this issue · 0 comments
bboreham commented
This would have picked up the issue in #70
For instance:
$ go test -tags 'peer_name_hash peer_name_alternative'
# github.com/weaveworks/mesh
./peer.go:50: name.bytes undefined (type PeerName has no field or method bytes)
./peer.go:60: name.bytes undefined (type PeerName has no field or method bytes)
./peer_name_hash.go:49: undefined: checkFatal
FAIL github.com/weaveworks/mesh [build failed]