diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5b385f..5a1e192 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,11 +63,11 @@ jobs: cd bld make install - # - name: test - # shell: bash -l {0} - # run: | - # cd test - # pytest . + - name: test + shell: bash -l {0} + run: | + cd test + pytest . win: