Skip to content

Commit

Permalink
Run CI for gotypesalias=0 and gotypesalias=1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Apr 24, 2024
1 parent 9df349e commit fc7b052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.22.x", "tip"]
godebug: ["gotypesalias=0", "gotypesalias=1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand All @@ -18,6 +19,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: "go test ./..."
env:
GODEBUG: ${{ matrix.godebug }}
- run: "go vet ./..."
- uses: dominikh/staticcheck-action@v1
with:
Expand Down

0 comments on commit fc7b052

Please sign in to comment.