File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5454 CGO_ENABLED : 0
5555
5656 - name : Test
57- run : go test -short -race -parallel=10 ./...
57+ run : go test -short -race -timeout 30m ./...
5858
5959 - name : Set up QEMU
6060 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 5252 CGO_ENABLED : 0
5353
5454 - name : Test
55- run : go test -short -race -parallel=10 ./...
55+ run : go test -short -race -timeout 30m ./...
5656
5757 - name : Set up QEMU
5858 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change @@ -28,13 +28,9 @@ import (
2828 csrtest "github.com/castai/cluster-controller/internal/actions/csr/test"
2929)
3030
31- func TestIntegrationV1 (t * testing.T ) {
31+ func TestIntegration (t * testing.T ) {
3232 t .Parallel ()
3333 testIntegration (t , certv1 .SchemeGroupVersion )
34- }
35-
36- func TestIntegrationV1beta1 (t * testing.T ) {
37- t .Parallel ()
3834 testIntegration (t , certv1beta1 .SchemeGroupVersion )
3935}
4036
You can’t perform that action at this time.
0 commit comments