Skip to content

Commit

Permalink
more parallelize test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Jan 29, 2024
1 parent 40c4d46 commit 3b8cfff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- "1.26.4"
- "1.24.13"
- "1.23.17"
test_suite:
- "unit_test"
- "cli_test"
- "serial_integration_test"
- "integration_test"
include:
- kubernetes_version: "1.27.3"
kind_image: "kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde"
Expand Down Expand Up @@ -52,4 +57,4 @@ jobs:
- name: Run tests
run: |
bin/test
bundle exec rake ${{matrix.test_suite}}

0 comments on commit 3b8cfff

Please sign in to comment.