We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc6bf commit ed1fbe7Copy full SHA for ed1fbe7
Makefile
@@ -3,5 +3,10 @@ all: sidecar
3
sidecar:
4
CGO_ENABLED=0 GOOS=linux go build -o bin/slurm-sd cmd/main.go
5
6
-test:
+unit-test:
7
+ go test -v ./...
8
+
9
+integration-test:
10
dagger call -m ./ci test --interlink-version 0.5.2-pre2 --src ./ --plugin-config ./ci/manifests/plugin-config.yaml --manifests ./ci/manifests
11
12
+test: unit-test
0 commit comments