Skip to content

Commit

Permalink
ci: fix oopsie in libs tests
Browse files Browse the repository at this point in the history
typo resulted in running ALL libs test for each invidual lib job
  • Loading branch information
lread committed Nov 30, 2023
1 parent 7abf68c commit acc6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
if: contains( matrix.requires, 'planck' )

- name: Run Libs Tests
run: bb test-libs run ${{ matrix.lib }}
run: bb test-libs run ${{ matrix.lib-name }}

0 comments on commit acc6525

Please sign in to comment.