Skip to content

Commit 543e281

Browse files
committed
fix: update test filter names in CI workflows
1 parent f532446 commit 543e281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Run test suite
18-
run: swift test --filter "SubtreeTests"
18+
run: swift test --filter "SubtreeLibTests"
1919

2020
linux:
2121
name: Test on Linux
@@ -30,4 +30,4 @@ jobs:
3030
- name: Run Linux test suite
3131
run: |
3232
docker run --rm -v "$(pwd):/workspace" -w /workspace swift:6.1 \
33-
bash -c "swift package resolve && swift test --filter 'SubtreeTests'"
33+
bash -c "swift package resolve && swift test --filter 'SubtreeLibTests'"

0 commit comments

Comments
 (0)