Skip to content

Commit

Permalink
Add data generation build to CI
Browse files Browse the repository at this point in the history
Bench: 1540328
  • Loading branch information
codedeliveryservice committed Apr 24, 2024
1 parent fb7392d commit 55cf81f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
- name: Build
run: cargo build --verbose --release

- name: Build with `datagen` feature
run: cargo build --verbose --release --features datagen

- name: Run tests
run: cargo test --verbose --release

0 comments on commit 55cf81f

Please sign in to comment.