1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-11-24 08:32:32 +02:00

adding tag for running of unit tests (#4416)

This commit is contained in:
Jk1484 2023-06-26 20:19:36 +05:00 committed by GitHub
parent 244beccb59
commit 4d182e9516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ COPY . /build
WORKDIR /build
# execute tests
RUN go test ./... -cover
RUN go test ./... -tags=unit -cover
## ONLY tests so far, building to be added later
# execute build