diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d1ad044..c25933e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,22 +28,15 @@ jobs: - cache - no-cache packager: + - bun + - npm - yarn - include: - - os: ubuntu - cache: no-cache + exclude: + # npm isn't particularly faster with a cache + - cache: cache packager: npm + # Bun isn't supported on Windows (yet) - os: windows - cache: no-cache - packager: npm - - os: macos - cache: no-cache - packager: npm - - os: ubuntu - cache: no-cache - packager: bun - - os: macos - cache: no-cache packager: bun runs-on: ${{ matrix.os }}-latest steps: