Skip to content

Commit f07c843

Browse files
committed
remove analyzer bin
1 parent 658a2f9 commit f07c843

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
cargo build --release --bin move-mutation-test
149149
cargo build --release --bin move-mutator
150150
cargo build --release --bin move-spec-test
151-
cargo build --release --bin move-mutation-analyzer
152151
153152
- name: Build all tools (ARM64 Linux cross-compilation)
154153
if: matrix.target == 'aarch64-unknown-linux-gnu'
@@ -160,7 +159,6 @@ jobs:
160159
RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutation-test
161160
RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutator
162161
RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-spec-test
163-
RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutation-analyzer
164162
165163
- name: Basic smoke test
166164
if: matrix.target != 'aarch64-unknown-linux-gnu'
@@ -169,7 +167,6 @@ jobs:
169167
./target/release/move-mutation-test${{ matrix.binary_ext }} --version
170168
./target/release/move-mutator${{ matrix.binary_ext }} --version
171169
./target/release/move-spec-test${{ matrix.binary_ext }} --version
172-
./target/release/move-mutation-analyzer${{ matrix.binary_ext }} --version
173170
174171
# - name: Test move-mutation-test tool on simple_move_2_features (Linux, Mac, Windows)
175172
# shell: bash
@@ -244,7 +241,6 @@ jobs:
244241
# cp $RELEASE_DIR/move-mutation-test${{ matrix.binary_ext }} package/move-mutation-test${{ matrix.binary_ext }}
245242
# cp $RELEASE_DIR/move-mutator${{ matrix.binary_ext }} package/move-mutator${{ matrix.binary_ext }}
246243
# cp $RELEASE_DIR/move-spec-test${{ matrix.binary_ext }} package/move-spec-test${{ matrix.binary_ext }}
247-
# cp $RELEASE_DIR/move-mutation-analyzer${{ matrix.binary_ext }} package/move-mutation-analyzer${{ matrix.binary_ext }}
248244
#
249245
# cd package
250246
# if [ "${{ runner.os }}" = "Windows" ]; then

0 commit comments

Comments
 (0)