We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77f735 commit c5b4f44Copy full SHA for c5b4f44
1 file changed
.github/workflows/rust.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Build
20
- run: cargo build --verbose
+ run: cargo +nightly build --verbose
21
- name: Run tests
22
- run: cargo test --verbose
+ run: cargo +nightly test --verbose
0 commit comments