incfunc/.gitea/workflows/build.yaml
fabolous005 6426f59f1a
All checks were successful
CI / Rust project (push) Successful in 1m20s
add ci
2023-11-23 23:24:19 +01:00

16 lines
333 B
YAML

on: [push]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features