Skip to content

Commit

Permalink
Fixed unit testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Nov 4, 2024
1 parent 366d826 commit aed8ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
poetry run mibdump NET-SNMP-EXAMPLES-MIB
poetry run mibdump IF-MIB
poetry run mibdump LEXTUDIO-TEST-MIB
poetry run mibdump CISCO-ENHANCED-IPSEC-FLOW-MIB
poetry run pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
- name: Test summary
uses: test-summary/action@v2
Expand Down

0 comments on commit aed8ea2

Please sign in to comment.