Skip to content

Commit 6c83dbe

Browse files
Use +nightly for tests
1 parent 6b252ae commit 6c83dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: cargo clippy
6161

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

6565
- name: Build macOS Intel
6666
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)