Skip to content

Commit f399911

Browse files
scopyedayak
authored andcommitted
ci(macos): add macOS CI test config
1 parent 85aa8ed commit f399911

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,11 @@ jobs:
107107
GH_TOKEN: ${{github.token}}
108108
RELEASE_PLEASE_TAG_NAME: ${{steps.release.outputs.tag_name}}
109109
if: steps.release.outputs.release_created
110+
111+
distcheck-macos:
112+
runs-on: macos-latest
113+
steps:
114+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115+
with:
116+
persist-credentials: false
117+
- run: env PYTESTFLAGS=--verbose test/macos-script.sh

0 commit comments

Comments
 (0)