Skip to content

Fix TZ offset validation #47

Fix TZ offset validation

Fix TZ offset validation #47

Workflow file for this run

on: [push, pull_request]
name: continuous integration
jobs:
test:
name: test
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --release --all-features
fmt:
name: rustfmt
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check