ci(test): remove group directive

This commit is contained in:
Piotr Icikowski 2024-05-28 00:38:28 +02:00
parent 0785baf4b7
commit 2f56894b6a
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 ./...