ci(test): remove group directive

This commit is contained in:
Piotr Icikowski 2024-05-28 01:11:23 +02:00
parent d0174a8432
commit 78b8b10998
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 ./...