Skip to content

main

main #90

Workflow file for this run

name: main
on:
push:
branches: [ main ]
schedule:
- cron: 0 0 1 * *
env:
CARGO_TERM_COLOR: always
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace