Skip to content

Commit

Permalink
🏗️ gh-actions: test with tag tfogo_checklinkname0 on stable go
Browse files Browse the repository at this point in the history
Remove the condition once go1.23 becomes 'oldstable'.
  • Loading branch information
database64128 committed Aug 30, 2024
1 parent ba6f1bd commit 1deca2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:

- name: Test
run: go test -v

- name: Test with tag tfogo_checklinkname0
if: matrix.go-version == 'stable'
run: go test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0

0 comments on commit 1deca2c

Please sign in to comment.