Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 6, 2020
1 parent 19a0843 commit 4af6544
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build

on:
push:
Expand All @@ -20,11 +20,5 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: gofmt
run: make fmt

- name: Build
run: go bulid -v .

- name: Test
run: make test
- name: Make
run: make all

0 comments on commit 4af6544

Please sign in to comment.