localzone 0.3.1

figures out the local timezone as IANA / Olson identifier
Documentation
name: Tests

on: [push]

jobs:
  build-latest:
    name: Test on Latest

    strategy:
      fail-fast: false
      matrix:
        include:
          - os: macos-latest
          - os: ubuntu-latest
          - os: windows-latest

    runs-on: ${{ matrix.os }}

    steps:
      - uses: actions/checkout@v1
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          profile: minimal
          override: true
      - name: Test
        run: make test