Create rust.yml

This commit is contained in:
House of Vanity
2023-06-16 14:32:11 +03:00
committed by GitHub
parent 44b9837b78
commit 5294673162

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@v3
- name: Build
run: cargo build --verbose