Skip to content

Commit

Permalink
github: Add pytest to macos workflow
Browse files Browse the repository at this point in the history
This is needed in order to run integration tests, which we certainly
want to run on Darwin, because I do not have a single machine running
MacOS and thus for me the only way to check whether something is broken
is by checking whether the integration tests have failed.

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Aug 6, 2023
1 parent 3581ecb commit 714d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: '3.x'
- run: brew install yaml-cpp asciidoctor
- run: pip install meson ninja
- run: pip install meson ninja pytest
- run: meson setup build
- run: meson test -C build -v
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 714d2a8

Please sign in to comment.