Skip to content

Commit

Permalink
run tests a bunch of times
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Dec 27, 2024
1 parent 44c1bc2 commit c210c27
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,23 @@ jobs:
run: "scripts/build"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Run tests"
run: "scripts/test"
- name: "Enforce coverage"
run: "scripts/coverage"

0 comments on commit c210c27

Please sign in to comment.