Update CI build

This commit is contained in:
Hanno Braun 2023-05-15 11:11:30 +02:00
parent 4ced1d38f0
commit 07849724c6
1 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ jobs:
run: cargo build --all-features run: cargo build --all-features
- name: Run `cargo test` - name: Run `cargo test`
run: cargo test --all-features run: cargo test --all-features
- name: Run `export-validator` # - name: Run `export-validator`
run: cargo run --package export-validator # run: cargo run --package export-validator