Skip to content

4645abe2efbcd2d23cc0ee4781c78e56b791e44a test job #43

4645abe2efbcd2d23cc0ee4781c78e56b791e44a test job

4645abe2efbcd2d23cc0ee4781c78e56b791e44a test job #43

Workflow file for this run

name: tests
run-name: ${{ github.sha }} test job
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: actions-rs/cargo@v1
continue-on-error: true
with:
command: test