Auto merge of #2992 - RalfJung:ci, r=RalfJung

CI tweaks
This commit is contained in:
bors 2023-07-26 07:40:36 +00:00
commit cba1df1b66

View File

@ -10,10 +10,7 @@ on:
branches: branches:
- 'master' - 'master'
schedule: schedule:
- cron: '6 6 * * *' # At 6:06 UTC every day. - cron: '11 5 * * *' # At 5:11 UTC every day.
env:
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
defaults: defaults:
run: run:
@ -21,10 +18,6 @@ defaults:
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }}
env:
RUST_BACKTRACE: 1
HOST_TARGET: ${{ matrix.host_target }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -35,6 +28,10 @@ jobs:
host_target: x86_64-apple-darwin host_target: x86_64-apple-darwin
- os: windows-latest - os: windows-latest
host_target: i686-pc-windows-msvc host_target: i686-pc-windows-msvc
runs-on: ${{ matrix.os }}
env:
RUST_BACKTRACE: 1
HOST_TARGET: ${{ matrix.host_target }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3