Deindent YAML

This commit is contained in:
Aleksey Kladov 2020-03-04 17:01:38 +01:00
parent 51c358f9cc
commit ff17b0ba48
3 changed files with 233 additions and 230 deletions

View file

@ -21,10 +21,12 @@ jobs:
rust: rust:
name: Rust name: Rust
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
CC: deny_c CC: deny_c
@ -32,8 +34,8 @@ jobs:
RUN_SLOW_TESTS: 1 RUN_SLOW_TESTS: 1
RUSTUP_MAX_RETRIES: 10 RUSTUP_MAX_RETRIES: 10
CARGO_NET_RETRY: 10 CARGO_NET_RETRY: 10
steps:
steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v1 uses: actions/checkout@v1

View file

@ -11,13 +11,14 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
RUSTUP_MAX_RETRIES: 10 RUSTUP_MAX_RETRIES: 10
CARGO_NET_RETRY: 10 CARGO_NET_RETRY: 10
steps:
steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v1 uses: actions/checkout@v1