add build pipeline

This commit is contained in:
Tim Wundenberg
2023-06-23 18:59:42 +02:00
committed by GitHub
parent 3f867d194b
commit 7f2b159f3a

18
.github/workflows/rust.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Rust
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose