fix(test.yml): correct typo in make command from 'test' to 'tests'

This commit is contained in:
Gabriel Almeida 2023-05-06 10:25:21 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 8e9a745bd4

View file

@ -30,4 +30,4 @@ jobs:
run: poetry install
- name: Run unit tests
run: |
make test
make tests