Update from hummingbird-project-template e3f57311d7cc5cffc08d6c9da39c155d4c0d4cfd (#32)
Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
540a1b8c80
commit
04a7e9f70a
@@ -1,7 +1,7 @@
|
||||
# ================================
|
||||
# Build image
|
||||
# ================================
|
||||
FROM swift:5.9 as build
|
||||
FROM swift:5.10 as build
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@@ -15,4 +15,4 @@ RUN swift package resolve
|
||||
# Copy entire repo into container
|
||||
COPY . .
|
||||
|
||||
RUN swift test --enable-test-discovery --sanitize=thread
|
||||
RUN swift test --sanitize=thread
|
||||
|
||||
Reference in New Issue
Block a user