iana-time-zone 0.1.13

get the IANA time zone for the current system
Documentation
name: build

on:
  push:
    branches: [ '**' ]
  pull_request:
    branches: [ '**' ]

jobs:
  build-and-test:
    strategy:
      matrix:
        runs-on: [ubuntu-20.04, windows-2019, macos-10.15]
    runs-on: ${{ matrix.runs-on }}
    steps:
    - uses: actions/checkout@v2
    - name: Build
      run: cargo build
    - name: Run tests
      run: cargo test -- --nocapture