Fixed a bug and added unit tests for String type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user