Skip to content

Commit 5c73f91

Browse files
CI
1 parent 94a6dc5 commit 5c73f91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: stable
25+
toolchain: nightly
2626
override: true
2727
- name: Run cargo check
2828
uses: actions-rs/cargo@v1
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions-rs/toolchain@v1
4141
with:
4242
profile: minimal
43-
toolchain: stable
43+
toolchain: nightly
4444
override: true
4545

4646
- name: Run cargo test
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions-rs/toolchain@v1
6161
with:
6262
profile: minimal
63-
toolchain: stable
63+
toolchain: nightly
6464
override: true
6565
components: rustfmt
6666

@@ -76,10 +76,10 @@ jobs:
7676
- uses: actions/checkout@v1
7777
- uses: actions-rs/toolchain@v1
7878
with:
79-
toolchain: stable
79+
toolchain: nightly
8080
components: clippy
8181
override: true
8282
- uses: actions-rs/clippy-check@v1
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
85-
args: --all-targets --all-features -- -D warnings
85+
args: --all-features

0 commit comments

Comments
 (0)