Skip to content

Commit

Permalink
[.github] change order of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Jun 10, 2024
1 parent ee6998f commit b7a83bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3
- name: Test multiple OT-versions
run: |
./script/test py-ver-unittests
- name: Test single OT-version
run: |
./script/test py-unittests
- name: Test multiple OT-versions
run: |
./script/test py-ver-unittests
py-examples:
name: Examples (${{ matrix.os }})
Expand Down

0 comments on commit b7a83bc

Please sign in to comment.