Skip to content

Commit

Permalink
Stop limiting Darwin test iterations. (project-chip#7685)
Browse files Browse the repository at this point in the history
Now that project-chip#7651 is merged,
this is reasonable again.
  • Loading branch information
bzbarsky-apple authored Jun 16, 2021
1 parent 23d3a6d commit f7dd894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ jobs:
- name: Run Test Suites
timeout-minutes: 5
run: |
# Force 1 iteration for now until we sort out our threading issues.
scripts/tests/test_suites.sh 1
scripts/tests/test_suites.sh
- name: Uploading core files
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down

0 comments on commit f7dd894

Please sign in to comment.