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 3cbb542 commit f00ed28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.22.x"]
godebug: ["gotypesalias=0", "gotypesalias=1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand All @@ -17,7 +18,7 @@ jobs:
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ matrix.go }}
- run: "go test ./..."
- run: "GODEBUG=${{ matrix.godebug}} go test ./..."
- run: "go vet ./..."
- uses: dominikh/staticcheck-action@v1
with:
Expand Down

0 comments on commit f00ed28

Please sign in to comment.