Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Jan 2, 2025
1 parent 633d6a5 commit 8df9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt update
sudo apt install -y libboost-all-dev
- name: configure
run: ./configure --enable-test --enable-examples
run: ./configure --enable-test --enable-coverage --enable-examples
- name: make
run: make -j 20
- name: make check
Expand Down

0 comments on commit 8df9420

Please sign in to comment.