Skip to content

Commit 351b100

Browse files
committed
Missing compat helper
1 parent 5c1d51d commit 351b100

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
@@ -16,4 +16,4 @@ jobs:
1616
- name: CompatHelper.main()
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "test", "docs"])'
19+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs"])'

0 commit comments

Comments
 (0)