ci(test): remove group directive

This commit is contained in:
Piotr Icikowski 2024-05-28 01:39:29 +02:00
parent eeb0d8f522
commit a1bab99cbd
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

@ -5,7 +5,6 @@ when:
steps: steps:
test: test:
group: test
image: golang:1.22-alpine image: golang:1.22-alpine
commands: commands:
- go test -v ./... - go test -v ./...