Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Add check_concinnity test to the GitHub CI workflow #164

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -85,6 +85,7 @@ jobs:
sudo --preserve-env chown $NORMAL_UID $d;
done;
mkdir /srv/cache_for_lmi/downloads
mkdir /opt/lmi/src

- name: Cache downloaded archives
uses: actions/cache@v2
Expand Down Expand Up @@ -152,9 +153,15 @@ jobs:
</configurable_settings>
EOF

# Fix the symbolic link to .git/hooks.
./check_git_setup.sh

- name: Install
run: make install

- name: Check concinnity
run: make $coefficiency check_concinnity

- name: Check physical closure
run: make $coefficiency check_physical_closure

Expand Down