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:
parent
244beccb59
commit
4d182e9516
@ -3,7 +3,7 @@ COPY . /build
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# execute tests
|
# execute tests
|
||||||
RUN go test ./... -cover
|
RUN go test ./... -tags=unit -cover
|
||||||
|
|
||||||
## ONLY tests so far, building to be added later
|
## ONLY tests so far, building to be added later
|
||||||
# execute build
|
# execute build
|
||||||
|
Loading…
Reference in New Issue
Block a user