Skip to content

Commit dcc5bb3

Browse files
committed
[ revert ] go back to building everything
1 parent 1a942bf commit dcc5bb3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-ubuntu.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@ jobs:
154154
cabal run GenerateEverything
155155
cp travis/* .
156156
./index.sh
157-
# ${{ env.AGDA }} --safe EverythingSafe.agda
158-
# ${{ env.AGDA }} index.agda
157+
${{ env.AGDA }} --safe EverythingSafe.agda
158+
${{ env.AGDA }} index.agda
159159
160-
# - name: Golden testing
161-
# run: |
162-
# ${{ env.CABAL_INSTALL }} clock
163-
# make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda'
160+
- name: Golden testing
161+
run: |
162+
${{ env.CABAL_INSTALL }} clock
163+
make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda'
164164
165165
166166
########################################################################
@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Deploy HTML
185185
uses: JamesIves/[email protected]
186-
# if: ${{ success() && env.AGDA_DEPLOY }}
186+
if: ${{ success() && env.AGDA_DEPLOY }}
187187

188188
with:
189189
branch: gh-pages

0 commit comments

Comments
 (0)