Skip to content

Commit

Permalink
Make github workflow fail if any command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aqjune-aws committed Nov 14, 2024
1 parent 316aace commit 3a62e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Run
run: |
set -e
cd hol-light
eval $(opam env)
make
Expand All @@ -58,6 +59,7 @@ jobs:

- name: Run
run: |
set -e
cd hol-light
make switch
eval $(opam env)
Expand All @@ -69,6 +71,7 @@ jobs:
- name: Run (HOLLIGHT_USE_MODULE=1)
run: |
set -e
cd hol-light
eval $(opam env)
make clean
Expand Down

0 comments on commit 3a62e0a

Please sign in to comment.