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 40aa8c8 commit cdc1ddaCopy full SHA for cdc1dda
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
exclude-dirs: source/portable/NetworkInterface/STM32
130
131
formatting:
132
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
133
steps:
134
- uses: actions/checkout@v4
135
- name: Check formatting
test/cbmc/proofs/DNS_ParseDNSReply/Configurations.json
@@ -1,6 +1,6 @@
1
{
2
"ENTRY": "DNS_ParseDNSReply",
3
- "TEST_MAX_TEST_UNWIND_LOOP": 8,
+ "TEST_MAX_TEST_UNWIND_LOOP": 4,
4
"TEST_MIN_TEST_DNS_HEADER": 12,
5
"TEST_MIN_IPV4_UDP_PACKET_SIZE": 42,
6
"TEST_MIN_IPV6_UDP_PACKET_SIZE": 62,
0 commit comments