iftree 1.0.7

Include many files in your Rust code for self-contained binaries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on: [push, pull_request]

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