Skip to content

Commit 0be81a3

Browse files
committed
Add test-plain without xcbeautify, using it in CI
1 parent e5c1218 commit 0be81a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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
57+
run: cp .env.testing.template .env.testing && make test-plain
5858
env:
5959
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
6060
DATABASE_HOST: postgres

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ build:
3333
run:
3434
swift run
3535

36+
test-plain:
37+
swift test --disable-automatic-resolution --sanitize=thread
38+
3639
test: xcbeautify
3740
set -o pipefail \
3841
&& swift test --disable-automatic-resolution --sanitize=thread \

0 commit comments

Comments
 (0)