summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-07 14:07:08 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-07 14:07:08 +0200
commitaf4765db8afc4e9242bb72e5b4bfb04f4cb37391 (patch)
tree0d5e0eb7f83b3524adceca83aa2d6ee1842b633a /.github
parent8e8d4ce89b2888187125655d900ffcb02fc6e39e (diff)
Remove unitest shell script - Use Makefile instead
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bbe1ff68..96f70589 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
- name: Unitary tests
run: |
- python ./unittest.py
+ python ./unittest-core.py
# Error appear with h11, not related to Glances
# Should be tested if correction is done
@@ -80,7 +80,7 @@ jobs:
# - name: Unitary tests
# run: |
- # python ./unittest.py
+ # python ./unittest-core.py
test-macos:
@@ -107,7 +107,7 @@ jobs:
- name: Unitary tests
run: |
- python ./unittest.py
+ python ./unittest-core.py
# Error when trying to implement #2749
# pkg: No packages available to install matching 'py-pip' have been found in the repositories
@@ -128,4 +128,4 @@ jobs:
# run: |
# set -e -x
# python3 -m pip install --user -r requirements.txt
- # python ./unittest.py
+ # python ./unittest-core.py