Remove build from acctest workflow

This commit is contained in:
Joshua Spence
2021-09-24 13:40:53 +10:00
committed by Paul Tyng
parent 80b2b9e023
commit 60fd797c67

View File

@@ -9,22 +9,6 @@ on:
schedule:
- cron: "0 13 * * *"
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up Go
uses: actions/setup-go@v2.1.4
with:
go-version: "1.16"
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
- name: Build
run: make build
test:
name: Matrix Test
needs: build