ci(rust): adding the rust CI

This commit is contained in:
Raphaël 2026-02-12 16:21:21 +01:00 committed by GitHub
parent 2c85271a47
commit 166519b108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

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