Skip to content

Merge parse-zoneinfo into the chrono-tz repository/workspace #3

Merge parse-zoneinfo into the chrono-tz repository/workspace

Merge parse-zoneinfo into the chrono-tz repository/workspace #3

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Format
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose