mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-08-15 05:15:07 +00:00
Run CI on pull requests
This commit is contained in:
parent
3853d5dd3c
commit
c0c20652a7
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Continuous integration
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
check_pr:
|
||||
@ -47,3 +47,11 @@ jobs:
|
||||
- uses: ./
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
install_stable_through_rust_toolchain_file:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check_pr
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: echo "stable" > ./rust-toolchain
|
||||
- uses: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user