diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faaa0c24b..9a10e9bfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,5 +59,5 @@ jobs: run: cargo build --all-features - name: Run `cargo test` run: cargo test --all-features - - name: Run `export-validator` - run: cargo run --package export-validator + # - name: Run `export-validator` + # run: cargo run --package export-validator