ci: use gcassert to check that quicvarint.Len is inlined (#5409)

This commit is contained in:
Marten Seemann
2025-10-24 22:03:00 +02:00
committed by GitHub
parent 57f5dcb28f
commit cf010814fa
4 changed files with 66 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ jobs:
run: |
cd integrationtests/gomodvendor
go mod vendor
- name: run gcassert
if: success() || failure() # run this step even if the previous one failed
run: go tool gcassert ./...
golangci-lint:
runs-on: ubuntu-latest
strategy: