Skip to content

Commit 8069579

Browse files
committed
CI: Tweak test invocation to satisfy Linux, macOS and Windows
1 parent a4885ee commit 8069579

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ jobs:
5858
run: |
5959
bin/flake8
6060
61-
test_program=bin/test
61+
if [[ ${{ matrix.os }} = "ubuntu-latest" ]]; then
62+
bin/coverage run bin/test -vv1
63+
fi
6264
if [[ ${{ matrix.os }} = "macos-latest" ]]; then
63-
test_program=bin/test-quick
65+
bin/coverage run bin/test-quick -vv1
6466
fi
6567
if [[ ${{ matrix.os }} = "windows-latest" ]]; then
66-
test_program=bin/test-quick.exe
68+
bin/test -vv1
6769
fi
68-
bin/coverage run $test_program -vv1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy