Skip to content

Merge pull request #13 from TicClick/fix-merge-rc #54

Merge pull request #13 from TicClick/fix-merge-rc

Merge pull request #13 from TicClick/fix-merge-rc #54

Workflow file for this run

name: Rust CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- run: cargo build --release --all-features
- run: cargo test