Skip to content

Commit

Permalink
Merge steps
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh authored Nov 25, 2023
1 parent 1907822 commit 1791efb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/axioms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
- name: Run make
run: make

- name: Run coqchk and save result to variable
- name: Run coqchk and compare result
run: |
s=$( /snap/coq-prover/current/coq-platform/bin/coqchk -silent --output-context -R theories/ CoqCP $(ls **/*.vo | awk -F'/' '{split($NF, a, "."); print "CoqCP."a[1]}') )
- name: Compare results in Bash
run: |
expected=$(cat << 'EOF'
CONTEXT SUMMARY
===============
Expand Down

0 comments on commit 1791efb

Please sign in to comment.