You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch integration tests to newer Swift test matrix
Motivation:
To remove all uses of the older workflow so it can be removed to
simplify the workflows.
Modifications:
* Switch integration tests to use the newer Swift test matrix workflow,
`swift_test_matrix.yml`
* As part of this I had to add a git config command to the setup
instructions. Lots of other repos have been using the matrix workflow
without needing this so I'm unsure of why it's needed here. If it
becomes common I'll look at a central way to include this.
Result:
This should make no difference to the running of integration tests.
0 commit comments