mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Revert "test: Specify cpu num as experiment (#575)"
This reverts commit 2f7cd00d2c
.
This commit is contained in:
parent
c62e63f874
commit
600f0ae428
@ -38,7 +38,7 @@ before_script:
|
||||
script:
|
||||
- test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)
|
||||
- go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
|
||||
- go test -cpu=1 -v github.com/hajimehoshi/ebiten/...
|
||||
- go test -v github.com/hajimehoshi/ebiten/...
|
||||
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||
|
||||
# Looks like testing GL on node is hard.
|
||||
|
Loading…
Reference in New Issue
Block a user