[windows] ctest won't fly until we have a ConPTY CI

This commit is contained in:
nick black 2021-11-24 04:43:17 -05:00
parent ad2b1e5e86
commit 2110fd2af3

View File

@ -65,15 +65,16 @@ jobs:
cd build
ninja
- name: test
run: |
cd build
ctest --output-on-failure
# this is not going to work until we have a ConPTY CI environment
# - name: test
#run: |
#cd build
#ctest --output-on-failure
- name: install
run: |
cd build
ninja install
# - name: install
#run: |
#cd build
#ninja install
#- name: python wrappers
#run: |