Skip to content

Commit

Permalink
add subdirectories to compathelper (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal authored Oct 4, 2024
1 parent d0efe02 commit 0aa93e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "bench", "test", "docs"])'

0 comments on commit 0aa93e0

Please sign in to comment.