Skip to content

Default report start date to year ago and end to tomorrow #111

Default report start date to year ago and end to tomorrow

Default report start date to year ago and end to tomorrow #111

Workflow file for this run

name: CI
on:
push:
jobs:
cargo_check:
name: Cargo Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo Check
uses: actions-rs/cargo@v1
with:
command: check
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run Tests
uses: actions-rs/cargo@v1
with:
command: test