Skip to content

Display the number of results returned in case there are fewer files … #84

Display the number of results returned in case there are fewer files …

Display the number of results returned in case there are fewer files … #84

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