Skip to content

Commit a6c623e

Browse files
committed
Small stylistic consistency tweak
This removes an unnecessary trailing slash that I had not used consistently anyway.
1 parent 414de64 commit a6c623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- selection: fast
1717
additional-pytest-args: --ignore=test/performance
1818
- selection: perf
19-
additional-pytest-args: test/performance/
19+
additional-pytest-args: test/performance
2020

2121
fail-fast: false
2222

0 commit comments

Comments
 (0)