1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-04 00:54:08 +02:00

run ci on stable

This commit is contained in:
Robin Appelman 2019-11-09 21:57:40 +01:00
commit 97abe21957

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: beta
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: beta
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: beta
toolchain: stable
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
@ -55,7 +55,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: beta
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1