CI: build with Cargo

This commit is contained in:
raf 2024-08-03 16:07:40 +00:00 committed by GitHub
parent 6a77ad0682
commit 5ed144719c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.github/workflows/rust.yml vendored Normal file
View file

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