Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jan 15, 2025
1 parent 3f4dfbb commit a61c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider-ci/test-providers/eks/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
--output env >> "$GITHUB_ENV"
- name: Run tests
run: |
make GOTESTARGS="-test.run \"${SHARD_TESTS}\" ${SHARD_PATHS}" test
make GOTESTARGS="-test.run ${SHARD_TESTS} ${SHARD_PATHS}" test
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a61c015

Please sign in to comment.