From a1b9d0d9318ab4de1c831b93d6c86b55c8e15496 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Thu, 31 Aug 2023 07:09:42 +0200 Subject: [PATCH] CI: merge jobs `timezones_linux` and `timezones_other` --- .github/workflows/test.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39b6b62c..8437bd76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,22 +6,10 @@ on: pull_request: jobs: - timezones_linux: + timezones: strategy: matrix: - os: [ubuntu-latest] - tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@v2 - - run: cargo test --all-features --color=always -- --color=always - - timezones_other: - strategy: - matrix: - os: [macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"] runs-on: ${{ matrix.os }} steps: