Create build.yml

This commit is contained in:
Ivan Bushchik 2023-05-31 10:33:28 +03:00 committed by GitHub
parent 053e938d32
commit ec4e2602fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,20 @@
name: Build
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