Remove running the executables for now.

master
klauspost 2015-06-25 13:24:32 +02:00
parent 70e444ba0c
commit 1a24b22a1a
1 changed files with 0 additions and 2 deletions

View File

@ -11,6 +11,4 @@ script:
- go test -tags=noasm -v -cpu=1,2,4 -race .
- go build examples/simple-decoder.go
- go build examples/simple-encoder.go
- simple-encoder simple-encoder
- simple-decoder -out="/dev/null" simple-decoder
- diff <(gofmt -d .) <("")