ci(test): remove group directive

This commit is contained in:
Piotr Icikowski 2024-05-28 00:26:52 +02:00
parent dd110b65b6
commit 57713b397f
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

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