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 7f7ff6b commit ac22eb8Copy full SHA for ac22eb8
.github/workflows/CompatHelper.yml
@@ -14,4 +14,4 @@ jobs:
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
17
- run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs", "test"])'
+ run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs", "test", "benchmarks"])'
0 commit comments