Skip to content

y2023::star10 (#46) #109

y2023::star10 (#46)

y2023::star10 (#46) #109

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: cargo test
jobs:
test:
runs-on: ubuntu-latest
name: test ${{ matrix.toolchain }}
strategy:
fail-fast: false
matrix:
toolchain: [stable, beta, nightly]
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: actions/checkout@v2
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: -- --show-output