mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
typo
This commit is contained in:
parent
dbb95944cf
commit
981c68fe76
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
unit_tests_linux:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -32,8 +32,8 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
|
||||
unit_tests:
|
||||
|
||||
unit_tests_windows:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue