Change build step name to test

This commit is contained in:
Ethan Mosbaugh
2022-05-17 17:20:45 +00:00
parent 5c269e2aaf
commit d2d19a2490
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -9,7 +9,7 @@ on:
- "v*.*.*"
jobs:
build:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-go@v1
@@ -24,11 +24,10 @@ jobs:
- uses: actions/checkout@v2
- run: make
- run: make test
compile-preflight:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v1
with:
@@ -124,7 +123,6 @@ jobs:
compile-supportbundle:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v1
with:
@@ -159,7 +157,6 @@ jobs:
compile-collect:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v1
with:
+1 -1
View File
@@ -35,7 +35,7 @@ endef
BUILDFLAGS = -tags "netgo containers_image_ostree_stub exclude_graphdriver_devicemapper exclude_graphdriver_btrfs containers_image_openpgp" -installsuffix netgo
all: test
all: test support-bundle preflight collect
.PHONY: ffi
ffi: fmt vet