Skip to content

Merge pull request #14 from aumetra/debug_full-typo #35

Merge pull request #14 from aumetra/debug_full-typo

Merge pull request #14 from aumetra/debug_full-typo #35

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
check:
name: 🍋 Check 检测
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check
test:
name: 🍋 Run Test Suite 单元测试
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: test