Fix stage names

This commit is contained in:
V-X 2019-10-17 21:50:03 -05:00 committed by GitHub
parent 95f4b31387
commit 5be4349d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
on: [push, pull_request] on: [push, pull_request]
name: Test name: Test
jobs: jobs:
Windows x64: Windows_x64:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install Go - name: Install Go
@ -15,7 +15,7 @@ jobs:
7z e ultralight.7z .\bin\*.dll 7z e ultralight.7z .\bin\*.dll
- name: Test - name: Test
run: go test run: go test
Windows x32: Windows_x32:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install Go - name: Install Go
@ -32,7 +32,7 @@ jobs:
GOARCH: 386 GOARCH: 386
CGO_ENABLED: 1 CGO_ENABLED: 1
run: go test run: go test
Linux x64: Linux_x64:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go
@ -45,7 +45,7 @@ jobs:
7z e ultralight.7z .\bin\*.dll 7z e ultralight.7z .\bin\*.dll
- name: Test - name: Test
run: go test run: go test
Mac x64: Mac_x64:
runs-on: macOS-latest runs-on: macOS-latest
steps: steps:
- name: Install Go - name: Install Go