clean up github action

This commit is contained in:
Denis Bilenko 2025-01-21 14:23:42 +01:00
parent f35e25a393
commit a13a80f720
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ jobs:
- name: Run tests with coverage
run: make cover
- name: Verify -inprocess feature of acceptance test by running one test
# QQQ this will succeed if test was not found, unfortunately
run: go test ./acceptance -v -inprocess -run TestAccept/bundle/variables/^empty$
golangci:
needs: cleanups
name: lint