Skip to content

Commit

Permalink
Githubactions: Enable AES tests on CentOS7
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Feb 8, 2024
1 parent 4c87346 commit ef40002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
ctest --output-on-failure -E engine
elif [ $DOCKER_IMAGE = "centos:7" ]; then
# we skip the ecdh_derive tests (for now) since there is an issue with generating secp224r1 keys
ctest --output-on-failure -E ecdh_derive\|aes\|ecdh_sp800
ctest --output-on-failure -E ecdh_derive\|ecdh_sp800
else
ctest --output-on-failure
fi
Expand Down

0 comments on commit ef40002

Please sign in to comment.