diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 7e419f43..05f93d0d 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -49,9 +49,9 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} - # - name: unittest comtypes - # run: | - # python -m unittest discover -v -s ./comtypes/test -t comtypes\test + - name: unittest comtypes + run: | + python -m unittest discover -v -s ./comtypes/test -t comtypes\test - name: Unregister the OutProc COM server run: | ./server.exe /UnregServer