Skip to content

Commit ed1fbe7

Browse files
committed
add tests to makefile
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
1 parent 19bc6bf commit ed1fbe7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ all: sidecar
33
sidecar:
44
CGO_ENABLED=0 GOOS=linux go build -o bin/slurm-sd cmd/main.go
55

6-
test:
6+
unit-test:
7+
go test -v ./...
8+
9+
integration-test:
710
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

Comments
 (0)