Skip to content

Commit 7b9d124

Browse files
committed
Only run AnalyzerTests
1 parent 8470ca9 commit 7b9d124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install unzip
4141
run: apt-get update && apt-get install -y unzip
4242
- name: Run tests
43-
run: cp .env.testing.template .env.testing && swift test
43+
run: cp .env.testing.template .env.testing && swift test --filter AnalyzerTests
4444
env:
4545
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
4646
DATABASE_HOST: postgres

0 commit comments

Comments
 (0)