Skip to content

Commit

Permalink
Use +nightly for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Dec 27, 2024
1 parent 6b252ae commit 6c83dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cargo clippy

- name: Run tests
run: cargo test --no-default-features
run: cargo+nightly test --no-default-features

- name: Build macOS Intel
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 6c83dbe

Please sign in to comment.