integration test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Check
|
||||
description: Run static analysis and unit tests
|
||||
name: Lint
|
||||
description: Run static analysis
|
||||
branding:
|
||||
icon: check-circle
|
||||
color: green
|
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
golangci-lint run
|
||||
go test -cover -short ./...
|
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
@@ -6,5 +6,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/workflows/check
|
||||
- uses: ./.github/workflows/integration
|
||||
- uses: ./.github/workflows/lint
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13
|
||||
- run: go test -cover ./...
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
|
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -9,8 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/workflows/check
|
||||
#- uses: ./.github/workflows/integration
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user