We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9fa8e commit 3a2ac0bCopy full SHA for 3a2ac0b
.github/workflows/test-library.yml
@@ -30,10 +30,13 @@ jobs:
30
31
- name: Run test-lib
32
run: |
33
+ ./test-lib test_v1_signed.bin
34
./test-lib test_v1_signed.bin 2>&1 | grep "Firmware Valid"
35
36
- name: Run test-lib (expect failure)
37
38
+ # Corrupt signed binary
39
truncate -s -1 test_v1_signed.bin
40
echo "A" >> test_v1_signed.bin
41
42
./test-lib test_v1_signed.bin 2>&1 | grep "Failure"
0 commit comments