Skip to content

Commit

Permalink
ci: action to use rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
gak authored Oct 21, 2023
1 parent 67860ea commit 08a6d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install Rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 08a6d6a

Please sign in to comment.