Skip to content

Commit b659b3b

Browse files
committed
CI: also run tests with build tag 'testify_no_objx'
1 parent 2f91436 commit b659b3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: ./.ci.readme.fmt.sh
2222
- run: ./.ci.govet.sh
2323
- run: go test -v -race ./...
24+
- run: go test -tags testify_no_objx ./...
2425
test:
2526
runs-on: ubuntu-latest
2627
strategy:
@@ -39,3 +40,4 @@ jobs:
3940
with:
4041
go-version: ${{ matrix.go_version }}
4142
- run: go test -v -race ./...
43+
- run: go test -tags testify_no_objx ./...

0 commit comments

Comments
 (0)