Skip to content

Commit a0dcf62

Browse files
committed
Don't run CompatHelper on test dir without Project.toml
1 parent e08474d commit a0dcf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: CompatHelper.main()
1414
run: |
1515
using CompatHelper
16-
subdirs = ["", "test", "docs"]
16+
subdirs = ["", "docs"]
1717
CompatHelper.main(; subdirs)
1818
shell: julia --color=yes {0}
1919
env:

0 commit comments

Comments
 (0)