Test workflow, fix minor typos (#4495)

# Fix 2 minor typos in test workflow.

This PR does not result in any functional changes.
parallel_dir_loader
Eugene Yurtsev 1 year ago committed by GitHub
parent f373883c1a
commit 146616aa5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ jobs:
echo "Running extended tests, installing dependencies with poetry..."
poetry install -E extended_testing
fi
- name: Run $${{matrix.test_type}} tests
- name: Run ${{matrix.test_type}} tests
run: |
make tests
make test
shell: bash

Loading…
Cancel
Save