lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 67998bf 3/5: Add the tests to GitHub CI workf


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 67998bf 3/5: Add the tests to GitHub CI workflow
Date: Mon, 5 Oct 2020 20:02:33 -0400 (EDT)

branch: master
commit 67998bfcc1294fbf67ee31781936ce3f33c7eeda
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Add the tests to GitHub CI workflow
---
 .github/workflows/ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dcf796e..725eb72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -95,3 +95,15 @@ jobs:
 
       - name: Build lmi with SO attributes
         run: make $coefficiency --output-sync=recurse build_type=so_test 
USE_SO_ATTRIBUTES=1 all
+
+      - name: Install
+        run: make install
+
+      - name: Check physical closure
+        run: make check_physical_closure
+
+      - name: Run CLI tests
+        run: make cli_tests
+
+      - name: Run unit tests
+        run: make unit_tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]