Skip to content

Commit

Permalink
Review.
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
  • Loading branch information
ncruces committed Nov 14, 2024
1 parent ddddbea commit 8e71789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
version: "10.0"

steps:

- uses: actions/checkout@v3

- name: Build test binaries
Expand All @@ -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
Expand Down

0 comments on commit 8e71789

Please sign in to comment.