chore: fix step name

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-12-30 17:01:47 +01:00
committed by GitHub
parent 0ffb28c3d6
commit e127db6aa9
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: with:
go-version: ${{ steps.go-version.outputs.go-version }} go-version: ${{ steps.go-version.outputs.go-version }}
- name: Unit tests - name: Build executable
run: | run: |
make build make build
- name: Spec test - name: Spec test