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

View file

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