mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
CI: merge jobs timezones_linux
and timezones_other
This commit is contained in:
parent
f9d231b575
commit
a1b9d0d931
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -6,22 +6,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
timezones_linux:
|
timezones:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest, macos-latest, windows-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]
|
|
||||||
tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"]
|
tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user