forked from quic-go/quic-go
ci: use gcassert to check that quicvarint.Len is inlined (#5409)
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user