diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 4843d12..43c7a77 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -14,3 +14,7 @@ jobs: uses: lengau/starflow/.github/workflows/lint-python.yaml@work/CRAFT-3602/test-workflows test: uses: lengau/starflow/.github/workflows/test-python.yaml@work/CRAFT-3602/test-workflows + with: + # TODO: Remove this once https://github.com/canonical/starflow/pull/18 is merged + fast-platforms: '["ubuntu-latest", "macos-latest", "windows-latest"]' + slow-platforms: '["ubuntu-latest", "macos-latest", "windows-latest"]'