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 bee935b commit 5f7cb72Copy full SHA for 5f7cb72
.github/workflows/CompatHelper.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "Run CompatHelper"
38
run: |
39
import CompatHelper
40
- CompatHelper.main()
+ CompatHelper.main(subdirs = ["", "test"])
41
shell: julia --color=yes {0}
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments