summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-26 11:54:12 +1000
committerPauli <pauli@openssl.org>2021-07-28 10:30:45 +1000
commitcb7055fd5ad9bf5c84d4480b7dbbcfb1cb242fc9 (patch)
treea102fa161fcbfcf01f846eab0dcea3632497d59c /.github
parent64d9b626aae49154bd44edf8fb1a3eca133445a3 (diff)
ci: add the param conversion tests to the cross compiles.
There was a failure because an "inf" values was being read as a "NaN" not an infinity. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16144)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-compiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 3aa916ab46..9640fa6201 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -50,7 +50,7 @@ jobs:
libs: libc6-dev-m68k-cross,
target: -static no-asm linux-latomic,
fips: no,
- tests: -test_includes -test_store -test_x509_store -test_params_conversion
+ tests: -test_includes -test_store -test_x509_store
}, {
arch: mips-linux-gnu,
libs: libc6-dev-mips-cross,