Skip to content

Commit 0cea5e8

Browse files
committed
REmoved cargo test
1 parent 2b5acd0 commit 0cea5e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
command: build
5757
args: --release --all
5858

59-
- name: Cargo test
60-
if: matrix.rust == 'stable'
61-
uses: actions-rs/cargo@v1
62-
with:
63-
command: test
64-
args: --release --all -- --test-threads=1
59+
# - name: Cargo test
60+
# if: matrix.rust == 'stable'
61+
# uses: actions-rs/cargo@v1
62+
# with:
63+
# command: test
64+
# args: --release --all -- --test-threads=1
6565

6666
- name: Cargo fmt
6767
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)