We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d9df3 commit 9a86fb5Copy full SHA for 9a86fb5
1 file changed
.github/workflows/build.yml
@@ -19,8 +19,8 @@ jobs:
19
with:
20
components: rust-src
21
22
- - name: Get just
23
- uses: taiki-e/install-action@just
+ # - name: Get just
+ # uses: taiki-e/install-action@just
24
25
- name: Cache cargo
26
uses: actions/cache@v4
@@ -35,8 +35,8 @@ jobs:
35
- name: Build
36
run: cargo build --verbose
37
38
- - name: Test
39
- run: cargo test --verbose
+ # - name: Test
+ # run: cargo test --verbose
40
41
- name: Clippy
42
run: cargo clippy --all-features -- -D warnings
0 commit comments