Skip to content

Commit 674e137

Browse files
Update test script
1 parent 71f419f commit 674e137

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
# python-version: [3.7, 3.8, 3.9]
21-
# os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
22-
python-version: [3.9]
23-
os: ['windows-latest']
20+
python-version: [3.7, 3.8, 3.9]
21+
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
22+
# python-version: [3.9]
23+
# os: ['windows-latest']
2424
fail-fast: false
2525

2626
steps:
@@ -66,8 +66,9 @@ jobs:
6666
run: |
6767
python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
6868
- name: Test
69+
working-directory: tests
6970
run: |
70-
python3 -m mixin.main
71+
python3 -m pytest -s -x test_testnet.py -k test_hello
7172
- name: Release
7273
uses: softprops/action-gh-release@v1
7374
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)