|
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
|
with:
|
|
|
|
|
profile: minimal
|
|
|
|
|
toolchain: 1.54.0
|
|
|
|
|
toolchain: 1.56.0
|
|
|
|
|
override: true
|
|
|
|
|
- uses: actions-rs/cargo@v1
|
|
|
|
|
with:
|
|
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
|
with:
|
|
|
|
|
profile: minimal
|
|
|
|
|
toolchain: 1.54.0
|
|
|
|
|
toolchain: 1.56.0
|
|
|
|
|
override: true
|
|
|
|
|
- uses: actions-rs/cargo@v1
|
|
|
|
|
with:
|
|
|
|
|
@ -39,7 +39,7 @@ jobs:
|
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
|
with:
|
|
|
|
|
profile: minimal
|
|
|
|
|
toolchain: 1.54.0
|
|
|
|
|
toolchain: 1.56.0
|
|
|
|
|
override: true
|
|
|
|
|
- name: Generate output for all sample files
|
|
|
|
|
run: ./sample_files/compare_all.sh
|
|
|
|
|
@ -54,7 +54,7 @@ jobs:
|
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
|
with:
|
|
|
|
|
profile: minimal
|
|
|
|
|
toolchain: 1.54.0
|
|
|
|
|
toolchain: 1.56.0
|
|
|
|
|
override: true
|
|
|
|
|
- uses: actions-rs/cargo@v1
|
|
|
|
|
with:
|
|
|
|
|
@ -69,7 +69,7 @@ jobs:
|
|
|
|
|
- uses: actions-rs/toolchain@v1
|
|
|
|
|
with:
|
|
|
|
|
profile: minimal
|
|
|
|
|
toolchain: 1.54.0
|
|
|
|
|
toolchain: 1.56.0
|
|
|
|
|
override: true
|
|
|
|
|
- run: rustup component add rustfmt
|
|
|
|
|
- uses: actions-rs/cargo@v1
|
|
|
|
|
|