Merge commit '40b00f4200
' into sync_cg_clif-2021-12-30
This commit is contained in:
commit
a8e6d5b04d
20 changed files with 90 additions and 81 deletions
|
@ -5,6 +5,21 @@ on:
|
|||
- pull_request
|
||||
|
||||
jobs:
|
||||
rustfmt:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install rustfmt
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
|
||||
- name: Rustfmt
|
||||
run: |
|
||||
cargo fmt --check
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Test nightly Cranelift
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '1 17 * * *' # At 01:17 UTC every day.
|
||||
- cron: '17 1 * * *' # At 01:17 UTC every day.
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue