Skip to content

Check snapshot integrity before using it as a base snapshot #60

Check snapshot integrity before using it as a base snapshot

Check snapshot integrity before using it as a base snapshot #60

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
test:
name: Test Suite
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test