Added unit tests for String data type and updated CI
This commit is contained in:
4
.github/workflows/gcc-build.yml
vendored
4
.github/workflows/gcc-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user