ci-restrict #4

Merged
joe merged 2 commits from ci-restrict into main 2022-10-18 02:12:42 +00:00
1 changed files with 8 additions and 1 deletions
Showing only changes of commit 7ff86dd86c - Show all commits

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