diff options
| author | Emilio Jesus Gallego Arias | 2020-04-01 04:21:16 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-01 04:21:16 -0400 |
| commit | 9a30155db05b5d76cfda4151454c30dd5a949b30 (patch) | |
| tree | 7aac2e569f71eb16bd644e28351890f2163afe0a /dev/ci | |
| parent | 402e37a405e4085365fdcbdc959fe00d2c340da2 (diff) | |
| parent | 028fc41cd8fdff753fd43b5ecbdc0f17ae407cc1 (diff) | |
Merge PR #11971: [ci] Run bignums' tests
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-bignums.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bignums.sh b/dev/ci/ci-bignums.sh index 756f54dfbd..a21310cbd5 100755 --- a/dev/ci/ci-bignums.sh +++ b/dev/ci/ci-bignums.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download bignums -( cd "${CI_BUILD_DIR}/bignums" && make && make install) +( cd "${CI_BUILD_DIR}/bignums" && make && make install && cd tests && make) |
