Skip to content

Commit

Permalink
💚 Replace CI from stable to nigthly
Browse files Browse the repository at this point in the history
  • Loading branch information
sheagrief committed Oct 21, 2023
1 parent 1eebf15 commit ba3aaff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Check formatting
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Run tests
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Run cargo fix and check for changes
Expand Down

0 comments on commit ba3aaff

Please sign in to comment.