Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 15, 2024
1 parent 66678e7 commit 0e47b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 3
matrix:
py-version: [
"3.8",
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_cli_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_query_board_ids(monkeypatch: pytest.MonkeyPatch) -> None:
)

result = RUNNER.invoke(cli, ["query", "board-ids"])
print(result.output)
assert result.exit_code == 0
assert result.output == expected_output

Expand Down

0 comments on commit 0e47b30

Please sign in to comment.