diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6dc2522..dff4fd46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: - name: Test with newest Python on latest Ubuntu using VFAT run: tox -c pyproject.toml -e py_filesystem_vfat - test-ubuntu-python-newest-with-vfat_utf8: + test-ubuntu-python-newest-with-vfat-utf8: name: Test VFAT UTF-8 Python:newest Ubuntu:latest needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-vfat] strategy: @@ -181,7 +181,7 @@ jobs: test-otheros-python-newest: name: Test MacOS/Windows:latest Python:newest - needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat] + needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat, test-ubuntu-python-newest-with-vfat-utf8] strategy: matrix: os: [macos-latest, windows-latest]