mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 13:01:37 +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:
|
||||
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user