Skip to content

5db32adf0437a5c918bfc75769de22c4e2ef2b55 test job #63

5db32adf0437a5c918bfc75769de22c4e2ef2b55 test job

5db32adf0437a5c918bfc75769de22c4e2ef2b55 test job #63

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