use platform matrix for integration tests
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
8f412af64d
commit
fbb27df846
1 changed files with 5 additions and 1 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -39,9 +39,13 @@ jobs:
|
|||
run: go build -v ./cmd/gh
|
||||
|
||||
integration-tests:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Set up Go 1.21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue