Create rust.yml

This commit is contained in:
Thomas Sazerat
2024-01-01 17:48:34 +01:00
committed by GitHub
parent 8f50e417c3
commit 09475904b2

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/windows11
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose