fix(test.yml): correct typo in make command from 'test' to 'tests'
This commit is contained in:
parent
c065ceb979
commit
8e9a745bd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
run: poetry install
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
make test
|
||||
make tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue