Skip to content

Commit 2966850

Browse files
committed
update test
1 parent 49bb71d commit 2966850

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
- name: Build renku-dev-utils
4747
run: make rdu
4848

49+
- name: Install libraries for ubuntu
50+
run: |
51+
sudo apt install libx11-dev
52+
53+
- name: Run tests with x11
54+
run: make test
55+
4956
lint:
5057
runs-on: ubuntu-24.04
5158
steps:

0 commit comments

Comments
 (0)