Skip to content

Commit

Permalink
use nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dxbednarczyk committed Feb 9, 2024
1 parent 4dad55b commit 59fac9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ATiltedTree/setup-rust@v1
with:
rust-version: nightly
components: clippy

- name: "Run unit tests"
run: |
cargo test
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59fac9c

Please sign in to comment.