We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba8a99 commit c9626c1Copy full SHA for c9626c1
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
+ - name: Switch to nightly
20
+ run: rustup default nightly
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments