Skip to content

Commit

Permalink
Merge e9c8ef2 into bc72cf7
Browse files Browse the repository at this point in the history
  • Loading branch information
blackrez committed Jan 1, 2021
2 parents bc72cf7 + e9c8ef2 commit 1be2824
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


on: [pull_request]
name: test and build
env:
Expand All @@ -8,7 +10,7 @@ jobs:
matrix:
go: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-latest, macos-latest, windows-latest]
tags: [avx, sse]
tags: [avx, sse, self-hosted, linux, ARM64]
allowfail: [false]
include:
- go: tip
Expand Down Expand Up @@ -38,11 +40,10 @@ jobs:
run: |
go test -v -race -timeout 20m
go test -race -timeout 20m -tags=${{ matrix.tags }}
coverage:
strategy:
matrix:
tags: [avx, sse]
tags: [avx, sse, self-hosted, linux, ARM64]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down Expand Up @@ -89,4 +90,4 @@ jobs:
run: go build .
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
GOARCH: ${{ matrix.goarch }}

0 comments on commit 1be2824

Please sign in to comment.