Skip to content

Commit

Permalink
ci: Use eask commands directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 12, 2024
1 parent 7608ebc commit bfa32b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:

- name: Run tests
run:
make ci
eask install-deps
eask compile
eask lint checkodc

0 comments on commit bfa32b9

Please sign in to comment.