Skip to content

Commit 3060e10

Browse files
committed
ci: update build.yml
Signed-off-by: Xin Liu <[email protected]>
1 parent b543a84 commit 3060e10

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
run: |
6464
cargo build --release --verbose
6565
66-
- name: Run tests
67-
run: cargo test --verbose
68-
6966
build_linux:
7067
runs-on: ${{ matrix.runner }}
7168
container:
@@ -103,6 +100,3 @@ jobs:
103100
- name: Build
104101
run: |
105102
cargo build --release --verbose --target ${{ matrix.target }}
106-
107-
- name: Run tests
108-
run: cargo test --verbose

0 commit comments

Comments
 (0)