Skip to content

Commit

Permalink
Enabling all utils test with rmq
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Jun 28, 2021
1 parent 6fede8d commit 4da5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
source env/bin/activate
pip install -e .
pytest volttrontesting/testutils/test_multimessagebus_fixture.py -rf -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
pytest volttrontesting/testutils -rf -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
# Archive the results from the pytest to storage.
- name: Archive test results
Expand Down

0 comments on commit 4da5e19

Please sign in to comment.