Skip to content

Commit

Permalink
Re-enable export-validator in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed May 30, 2023
1 parent 3aa08cc commit 678dcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 678dcf5

Please sign in to comment.