CI run on PR
continuous-integration/drone/push Build is passing Details

CI is now restricted to PR events
This commit is contained in:
Joe Bellus 2022-10-17 17:26:56 -04:00
parent 89a38c2220
commit 7ff86dd86c
1 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,10 @@ steps:
- rustup component add clippy
- cargo clippy
- cargo test --all
when:
event:
- pull_request
- name: deploy
image: rust:latest
commands:
@ -44,7 +48,10 @@ steps:
- name: test
commands:
- rustup default stable
- cargo test
- cargo test
when:
event:
- pull_request
- name: deploy
commands:
- rustup default stable