Skip to content
Snippets Groups Projects

Pipeline

Closed Gideon Bensch requested to merge s76867/webservice-devops:pipeline into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -10,6 +10,7 @@ build-job:
test-job1:
stage: test
image: mirror.gcr.io/library/golang:1.21
script:
- echo "running tests"
- go test -race -v ./...
Loading