Skip to content

Tests

Tests #12

Workflow file for this run

on:
push:
pull_request:
schedule: [cron: "40 6 10 1/2 *"]
name: Tests
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
- 1.4.0
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test