Fixed a bug and added unit tests for String type
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 18s

This commit is contained in:
2026-03-13 18:27:00 +01:00
parent 1871035cd6
commit 6110fc963c
5 changed files with 340 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

View File

@@ -13,8 +13,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