Skip to content

Commit

Permalink
CI: use “make test”.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Feb 10, 2024
1 parent dcb3858 commit 6b3bd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
printf 'Apt::Install-Recommends "false";\n' | tee -a /etc/apt/apt.conf
apt-get update
apt-get install -y python3-gi-cairo gir1.2-pango-1.0
apt-get install -y perl
apt-get install -y make perl
- name: check Python version
run: |
python3 --version
- name: run tests
run: |
export LC_ALL=C.UTF-8
prove -v
make test verbose=1
static:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 6b3bd30

Please sign in to comment.