Skip to content

Allow arbitrary collection date for next bin collection date #35

Allow arbitrary collection date for next bin collection date

Allow arbitrary collection date for next bin collection date #35

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/[email protected]
- name: Build
run: cargo build --verbose
env:
DATABASE_URL: "sqlite://:memory:"
- name: Run tests
run: cargo test --verbose