Update Gitlab repo count in tests #2333 #2009
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snifftest | |
on: | |
push: | |
tags: | |
- v* | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: read | |
jobs: | |
Snifftest: | |
name: Run Snifftest | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.21' | |
- uses: actions/checkout@v4 | |
- name: Run Snifftest | |
run: make snifftest |