From a1b1d678453133d6074e3e6a4a7c9afd19d0a26e Mon Sep 17 00:00:00 2001 From: adomasbaliuka <52975890+adomasbaliuka@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:57:14 +0200 Subject: [PATCH] Update ci-cmake_tests.yml Update expected hash of output C++ header. This is due to using latest version of LDPCStorage.jl which changes some comments in the header. --- .github/workflows/ci-cmake_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cmake_tests.yml b/.github/workflows/ci-cmake_tests.yml index b8eb604..593b34b 100644 --- a/.github/workflows/ci-cmake_tests.yml +++ b/.github/workflows/ci-cmake_tests.yml @@ -41,7 +41,7 @@ jobs: working-directory: ${{runner.workspace}}/LDPC4QKD/codes run: | julia --project -- "./ldpc_codegen.jl" --input_code_path '../tests/test_reading_bincscjson_format_block_6144_proto_2x6_313422410401.bincsc.json' --output_path "./tmp.hpp" - expected="37eed538eb42205587dc1b6a4a805a16a9797c4cbcb478cc019f338b9d090c80 ./tmp.hpp" + expected="f19284d54e32b79564bcf8bd0cdfbf72eb7f7da5e502397660733beeaaa06383 ./tmp.hpp" actualoutput="$(sha256sum ./tmp.hpp)" if [ "$actualoutput" != "$expected" ]; then echo "Error on testing sha256 of output: EXPECTED=$expected ACTUAL=$actualoutput"