ci/win: use 'test.sh'

This commit is contained in:
umarcor 2020-11-30 02:34:17 +01:00
parent 59e117ddcc
commit eca41e411e
1 changed files with 1 additions and 10 deletions

View File

@ -101,7 +101,6 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
install: >
tcsh
git
base-devel
mingw-w64-${{ matrix.arch }}-toolchain
@ -116,12 +115,4 @@ jobs:
run: pacman -U --noconfirm msys2/*.zst
- name: Test
run: |
git clone https://github.com/albertxie/iverilog-tutorial
cd iverilog-tutorial/code_samples
iverilog -o simple.vvp simple.v simple_tb.v
vvp simple.vvp
git clone git://github.com/steveicarus/ivtest.git
cd ivtest
./regress
run: ./.github/test.sh