Update ci.yml

This commit is contained in:
Aleksandr 2021-11-08 10:22:42 +01:00 committed by GitHub
parent 981e09f173
commit 42f58b6707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: CI name: CI
on: [push] on:
push:
pull_request:
branches:
- main
jobs: jobs:
build_and_test: build_and_test:
@ -17,4 +21,4 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: build command: build
args: --release --all-features args: --release --all-features