Skip to content

Commit

Permalink
simplified tests run command
Browse files Browse the repository at this point in the history
  • Loading branch information
onyx-flame committed Jun 24, 2023
1 parent 85dd564 commit 24c9c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Run unit tests
run: |
python -m flower --version
python -m tests.unit.__main__
python -m tests.unit
2 changes: 1 addition & 1 deletion tests/run-unit-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

python -m tests.unit.__main__
python -m tests.unit

0 comments on commit 24c9c8d

Please sign in to comment.