Skip to content

Commit

Permalink
ci: use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Nov 14, 2023
1 parent 6c25312 commit f03d1ef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:

jobs:

# We're using nightly for the async traits.
# TODO: Revert back to stable when that is stabilized.

build_redpallas:
name: Build with redpallas
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- run: cargo build --features redpallas

clippy:
Expand All @@ -30,7 +33,7 @@ jobs:

- uses: actions-rs/[email protected]
with:
toolchain: stable
toolchain: nightly
override: true

- name: Check workflow permissions
Expand Down Expand Up @@ -68,7 +71,7 @@ jobs:

- uses: actions-rs/[email protected]
with:
toolchain: stable
toolchain: nightly
components: rustfmt
override: true

Expand Down

0 comments on commit f03d1ef

Please sign in to comment.