Split test steps
Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
parent
7eed56f5eb
commit
275515dffc
16
.github/workflows/go.yml
vendored
16
.github/workflows/go.yml
vendored
@ -32,5 +32,19 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
||||||
|
test:
|
||||||
|
name: Test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Set up Go 1.x
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: ^1.13
|
||||||
|
|
||||||
|
- name: Check out code into the Go module directory
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test SHELL=/bin/bash
|
run: make test SHELL=/bin/basht
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user