iftree 1.0.0

Include many files in your Rust code for self-contained binaries.
Documentation
name: Test

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 2
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true
      # See also https://github.com/actions-rs/meta/issues/21.
      - uses: Swatinem/rust-cache@v1
      - run: python scripts/test.py