Skip to content

Commit

Permalink
add test into cpp CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WeileiZeng authored Aug 8, 2024
1 parent 37749f8 commit 9b9852e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: C/C++ CI
name: C/C++ test CI

on:
push:
branches: [ "master" ]
branches: [ "master", "test" ]
pull_request:
branches: [ "master" ]

Expand All @@ -17,4 +17,6 @@ jobs:
- uses: actions/checkout@v3
- name: make
run: cd src && sudo apt-get install libm4ri-dev && make -j dist_m4ri
- name: test
run: cd src && make test && make run-test

0 comments on commit 9b9852e

Please sign in to comment.