Added unit tests for String data type and updated CI

This commit is contained in:
2026-01-08 16:29:34 +01:00
parent 3b7e2dabc9
commit 44e3dfa58d
5 changed files with 171 additions and 7 deletions

View File

@@ -16,8 +16,8 @@ jobs:
- name: Run unit tests
run: |
./test_vector && ./test_map && ./test_bigint
./test_vector && ./test_map && ./test_bigint && ./test_string
- name: Run benchmarks
run: |
./benchmark_datum
./benchmark_datum