Skip to content

Commit

Permalink
chore(tests) cleanup fips tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 1, 2023
1 parent 935227b commit 7cdcf0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,14 @@ jobs:
export OPENSSL_CONF=$OPENSSL_PREFIX/openssl-fips.cnf
popd
export TEST_NGINX_FIPS=1
fi
if [ "X$TEST_NGINX_FIPS" != "X" ]; then
echo "Running FIPS tests"
export LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
export PATH=$BASE_PATH/work/nginx/sbin:$PATH
TEST_NGINX_FIPS=1 TEST_NGINX_TIMEOUT=10 prove -j$JOBS -r t/ 2>&1
TEST_NGINX_TIMEOUT=20 prove -j$JOBS -r t/ 2>&1
else
echo "FIPS tests are skipped"
fi

0 comments on commit 7cdcf0d

Please sign in to comment.