Skip to content

Commit 1aa8bb5

Browse files
committed
Same player try again.
1 parent ad47f7a commit 1aa8bb5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-libhyps.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
with:
5757
opam_file: 'coq-libhyps.opam'
5858
custom_image: ${{ matrix.image }}
59-
run: |
60-
./configure.sh
61-
make
62-
make tests
59+
export: 'OPAMWITHTEST' # space-separated list of variables
60+
env:
61+
OPAMWITHTEST: 'true'

0 commit comments

Comments
 (0)