use platform matrix for integration tests

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-12 12:25:02 -06:00
parent 8f412af64d
commit fbb27df846

View file

@ -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