Skip to content

Commit

Permalink
Test extended feature on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-daniel committed May 17, 2024
1 parent e1b2306 commit 7a15df1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:

- name: Test libmimalloc-sys crate bindings (no secure)
run: cargo run -p libmimalloc-sys-test

- name: Build (extended)
run: cargo build --features extended

- name: Test (extended)
run: cargo test --features extended

- name: Test libmimalloc-sys crate bindings (extended)
run: cargo run --features extended -p libmimalloc-sys-test

lint:
name: Rustfmt / Clippy
Expand Down

0 comments on commit 7a15df1

Please sign in to comment.