Skip to content

Commit 461d02e

Browse files
Update c-cpp.yml
1 parent 23a676d commit 461d02e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ jobs:
3232
- name: run test
3333
run: ./hammer_test
3434

35+
test_linux_libuv:
36+
37+
runs-on: ubuntu-latest
38+
39+
steps:
40+
- uses: actions/checkout@v2
41+
- name: install libuv
42+
run: sudo apt install -y libuv1-dev
43+
- name: build examples
44+
run: WITH_LIBUV=1 make examples
45+
- name: run test
46+
run: ./hammer_test
47+
3548
test_linux_epoll:
3649

3750
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)