File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5454 - name : Install unzip
5555 run : apt-get update && apt-get install -y unzip
5656 - name : Run tests
57- run : cp .env.testing.template .env.testing && make test-plain
57+ run : cp .env.testing.template .env.testing && make test
5858 env :
5959 COLLECTION_SIGNING_PRIVATE_KEY : ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
6060 DATABASE_HOST : postgres
Original file line number Diff line number Diff line change @@ -33,12 +33,9 @@ build:
3333run :
3434 swift run
3535
36- test-plain :
37- swift test --disable-automatic-resolution --sanitize=thread --no-parallel
38-
3936test : xcbeautify
4037 set -o pipefail \
41- && swift test --disable-automatic-resolution --sanitize=thread \
38+ && swift test --disable-automatic-resolution --sanitize=thread --no-parallel \
4239 2>&1 | ./xcbeautify --renderer github-actions
4340
4441test-query-performance : xcbeautify
@@ -58,7 +55,7 @@ test-fast:
5855xcbeautify :
5956 rm -rf .build/checkouts/xcbeautify
6057 git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
61- cd .build/checkouts/xcbeautify && git checkout 2.6.0 && make build
58+ cd .build/checkouts/xcbeautify && git checkout 2.25.1 && make build
6259 binpath=` cd .build/checkouts/xcbeautify && swift build -c release --show-bin-path` && ln -sf $$ binpath/xcbeautify
6360
6461docker-build : version
You can’t perform that action at this time.
0 commit comments