blessed-rs/.github/workflows/github-actions.yml
2022-04-18 15:49:50 +01:00

12 lines
No EOL
276 B
YAML

name: Blessed.rs
on: [push]
jobs:
build:
name: Compile release build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features