diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index e370d9a912..50e5df75e1 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -167,7 +167,6 @@ jobs: version: "10.0" steps: - - uses: actions/checkout@v3 - name: Build test binaries @@ -187,7 +186,7 @@ jobs: shell: bash sync_files: runner-to-vm environment_variables: WAZEROCLI - # This runs all tests compiled above in sequence. Note: This mounts /tmp to allow t.TempDir() in tests. + # This runs all tests compiled above in sequence. run: find . -name "*.test" | xargs -Itestbin nice testbin -test.short # This ensures that internal/integration_test/fuzz is runnable, and is not intended to