Skip to content

Commit

Permalink
workflow: proof: switch to runtest
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Oct 7, 2024
1 parent 332f901 commit 32d6de0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/amd64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,6 @@ jobs:

# proof
proof:
runs-on: [self-hosted, linux, X64, amd64-main]
steps:
- name: checkout
uses: actions/checkout@v4
- name: preprocess
run: make -j$JOBS -C src/ CI=1 preprocess-inplace

- name: run proof
run: make -j$JOBS -C proof/ all-no-report
- name: print report
run: make -C proof/ CI=1 reporter
- name: return error
run: make -C proof/ CI=1 err

# proof (using runtest)
proof-runtest:
runs-on: [self-hosted, linux, X64, amd64-main]
steps:
- name: checkout
Expand Down

0 comments on commit 32d6de0

Please sign in to comment.