Create rust.yml

This commit is contained in:
Benjamin Kyd
2023-06-01 14:31:01 +01:00
committed by GitHub
parent 59ea74e601
commit 5aff3dc518

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

@@ -0,0 +1,18 @@
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@v3
- name: Build
run: cargo build --verbose