Skip to content

Commit

Permalink
chore: Adjust GitHub Actions to accommodate Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Oct 17, 2023
1 parent 6b71497 commit f1e9b25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ jobs:
id: setup_path

- name: Run CI for each Makefile
run: |
for makefile in $(find . -type f -name Makefile); do
make -C $(dirname $makefile) test
done
run: make

0 comments on commit f1e9b25

Please sign in to comment.