Skip to content

Commit

Permalink
Merge pull request #2518 from SciML/ChrisRackauckas-patch-9
Browse files Browse the repository at this point in the history
Add lib to CompatHelper.yml
  • Loading branch information
ChrisRackauckas authored Nov 11, 2024
2 parents eef9911 + e4cafb4 commit f1e7a22
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 @@ -23,4 +23,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream"])'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream", "lib"])'

0 comments on commit f1e7a22

Please sign in to comment.