Skip to content

Commit

Permalink
Update ci-cmake_tests.yml
Browse files Browse the repository at this point in the history
Update expected hash of output C++ header. This is due to using latest version of LDPCStorage.jl which changes some comments in the header.
  • Loading branch information
adomasbaliuka authored Apr 15, 2024
1 parent c7f59cc commit a1b1d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1b1d67

Please sign in to comment.