chore: fix hyde typo

main
Sean McBride 4 years ago
parent 45e4b70c3d
commit 3017cf85de

@ -107,4 +107,4 @@ jobs:
key: ${{ runner.os }}-gocr-${{ hashFiles('./runtime/tests/gocr') }}
- name: Hyde
run: |
./test.sh hyde
./test.sh ocr_hyde

@ -208,6 +208,7 @@ main() {
for test in "$@"; do
if [[ ! " ${tests[*]} " =~ " ${test} " ]]; then
printf "Error: %s is not a known test\n" "$test"
return 1
else
if "$test"; then
printf "%s: Pass\n" "$test"

Loading…
Cancel
Save