Skip to content

Commit

Permalink
Add C-API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian authored and kivikakk committed Jul 6, 2022
1 parent b371ad3 commit dae970f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/cibuild
Expand Up @@ -18,5 +18,7 @@ if [ x"$SPEC" = "xtrue" ]; then
python3 entity_tests.py --program='../../../target/debug/comrak --syntax-highlighting none'
else
cargo test --verbose
echo "=== Running C API tests... ==="
cargo run --manifest-path=./c-api/tests/Cargo.toml
cargo run --example sample
fi

0 comments on commit dae970f

Please sign in to comment.