We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b17b92 commit 04727d0Copy full SHA for 04727d0
.github/workflows/check.yml
@@ -15,6 +15,13 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
+ - name: Install latest nightly
19
+ uses: actions-rs/toolchain@v1
20
+ with:
21
+ toolchain: nightly
22
+ override: true
23
+ components: rustfmt, clippy
24
+
25
- name: Debug build
26
run: cargo build --verbose
27
- name: Run tests
@@ -25,5 +32,12 @@ jobs:
32
33
34
35
36
37
38
39
40
41
28
42
- name: Run build script
29
43
run: python ./pack.py
0 commit comments