From 8e7178997ae88853533810c6363950d2d0e907ed Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Thu, 14 Nov 2024 17:48:24 +0000 Subject: [PATCH] Review. Signed-off-by: Nuno Cruces --- .github/workflows/commit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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