Skip to content

Commit 964d4ab

Browse files
committed
Fix indentation in new MSRV job
Also, make indentation style consistent between both jobs
1 parent 5fe73b0 commit 964d4ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/rust.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- name: Build
18-
run: cargo build --verbose
19-
- name: Run tests
20-
run: cargo test --verbose
21-
- name: Build no_std
22-
run: cargo build --no-default-features
16+
- uses: actions/checkout@v3
17+
- name: Build
18+
run: cargo build --verbose
19+
- name: Run tests
20+
run: cargo test --verbose
21+
- name: Build no_std
22+
run: cargo build --no-default-features
2323

2424
msrv-all:
2525
runs-on: ubuntu-latest
@@ -29,5 +29,5 @@ jobs:
2929
run: rustup update 1.62.1 && rustup default 1.62.1
3030
- name: Test
3131
run: cargo test --verbose
32-
- name: Build no_std
33-
run: cargo build --no-default-features
32+
- name: Build no_std
33+
run: cargo build --no-default-features

0 commit comments

Comments
 (0)