Skip to content

Commit

Permalink
make test_local
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent 956f5a5 commit d071980
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
shell: bash
run: |
make install
- name: make test_package
- name: make test_local (all)
shell: bash
run: |
make test_local
- name: make test_package (all)
shell: bash
run: |
make test_package
Expand Down

0 comments on commit d071980

Please sign in to comment.