Skip to content

Commit

Permalink
Setup nightly for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Oct 6, 2023
1 parent e60a7c6 commit 8226367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: dcf
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- name: Test with multithreading
Expand All @@ -28,7 +28,7 @@ jobs:
working-directory: dpf-fss
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- name: Test with multithreading
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- run: cargo fmt --check
Expand Down

0 comments on commit 8226367

Please sign in to comment.