We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca78e0 commit 5b19ea9Copy full SHA for 5b19ea9
.github/workflows/CompatHelper.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: CompatHelper.main()
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"])'
0 commit comments