Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda committed Oct 11, 2024
1 parent 138d315 commit 7fb436a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@ jobs:
continue-on-error: ${{ matrix.rust != 'stable' }}
run: cargo test --release --features serde
- name: Run cargo doc
run: RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps
run: RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps --features serde
- name: Run cargo example
# MSRV should be ignored for dev-dependencies.
continue-on-error: ${{ matrix.rust != 'stable' }}
run: |
cargo run --release --example from_json --features serde
cargo run --release --example from_jsonl --features serde
cargo run --release --example from_trec
cargo run --release --example paired_bootstrap_test
cargo run --release --example randomized_tukey_hsd_test
cargo run --release --example two_way_anova_without_replication
correctness-test:
name: Correctness test against trec_eval
Expand Down

0 comments on commit 7fb436a

Please sign in to comment.