Skip to content

Commit b9126f2

Browse files
removed debug step from goto-transcoder.yml
1 parent 76a619d commit b9126f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/goto-transcoder.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
- name: Generate contracts
3333
run: ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen --target-dir kani/contracts
3434

35-
# Debug: Check contracts
36-
- uses: actions/upload-artifact@v4
37-
with:
38-
name: contracts
39-
path: kani/contracts
40-
4135
# Step 3: Run goto-transcoder
4236
- name: Run goto-transcoder
4337
run: ./scripts/run-goto-transcoder.sh kani/contracts checked_unchecked.*.out

0 commit comments

Comments
 (0)