We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ff087 commit 73bd23bCopy full SHA for 73bd23b
1 file changed
.github/workflows/rust.yml
@@ -18,5 +18,5 @@ jobs:
18
- uses: actions/checkout@v4
19
- name: Build
20
run: cargo build --release --verbose
21
- - name: Run tests
22
- run: cargo test --verbose
+ # - name: Run tests
+ # run: cargo test --verbose
0 commit comments