Skip to content

Commit

Permalink
ci: enable new test option
Browse files Browse the repository at this point in the history
See 988e475.

Bug: https://bugs.gentoo.org/926427
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 12, 2024
1 parent 988e475 commit 91b74fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Test meson install --destdir /tmp/install-root
run: |
echo -e "[binaries]\npython = '$(command -v python)'" > /tmp/native.ini
meson setup --native-file /tmp/native.ini /tmp/build .
meson setup -Dtests=true --native-file /tmp/native.ini /tmp/build .
meson install -C /tmp/build --destdir /tmp/install-root
- name: Run tests for ${{ matrix.python-version }}
run: |
Expand Down

0 comments on commit 91b74fc

Please sign in to comment.