Skip to content

Commit

Permalink
tmp deactivation test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Nov 25, 2020
1 parent 7020c7c commit 8b66dc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
make -j "$NJOBS"
displayName: 'Build Coq'
- script: |
eval $(opam env)
export OCAMLPATH=$(pwd):"$OCAMLPATH"
make -j "$NJOBS" test-suite PRINT_LOGS=1
displayName: 'Run Coq Test Suite'
# - script: |
# eval $(opam env)
# export OCAMLPATH=$(pwd):"$OCAMLPATH"
# make -j "$NJOBS" test-suite PRINT_LOGS=1
# displayName: 'Run Coq Test Suite'

- script: |
make install
Expand Down

0 comments on commit 8b66dc4

Please sign in to comment.