Skip to content

Commit 44d8bb1

Browse files
committed
CI: Add build step
1 parent c9cd4de commit 44d8bb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/correctness_check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15+
- name: Build partdiff
16+
run: make
17+
1518
- name: Install Valgrind
1619
run: sudo apt-get update && sudo apt-get install -y valgrind
1720

0 commit comments

Comments
 (0)