Skip to content

Unsafe paths from 3 months ago #407

Unsafe paths from 3 months ago

Unsafe paths from 3 months ago #407

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout 🛎
uses: actions/checkout@master
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test Seedgen
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features