Skip to content

Commit

Permalink
misc: try fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Daws authored Oct 24, 2024
1 parent cf75b44 commit f4cd54c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4

- name: install
run: make install
run: sudo make install

- name: testing
run: make tests
run: sudo make tests

- name: Run check
run: make check
Expand Down

0 comments on commit f4cd54c

Please sign in to comment.