Skip to content

Report when no files were found. (#30) #85

Report when no files were found. (#30)

Report when no files were found. (#30) #85

Workflow file for this run

name: Nightly
on:
push:
branches: ["main"]
paths-ignore:
- "README.md"
- "LICENSE-*"
- ".gitignore"
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features