Skip to content

Commit

Permalink
Add test subdirs target
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Aug 12, 2024
1 parent a18ec80 commit b47739a
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 @@ -16,4 +16,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test"])'

0 comments on commit b47739a

Please sign in to comment.