new/unit-tests #1

Merged
jake merged 3 commits from new/unit-tests into main 2025-05-17 15:47:24 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 4d69a9a6f4 - Show all commits

View File

@ -10,7 +10,7 @@ runs:
steps:
- name: "run unit tests"
shell: bash
run: test.sh
run: ${{ github.action_path }}/test.sh
env:
LIBRARY: ${{ inputs.test }}

0
test.sh Normal file → Executable file
View File