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
on: [push]
on:
push:
pull_request:
branches:
- main
jobs:
build_and_test:
@ -17,4 +21,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release --all-features