diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6484a5b..1b57eba 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -35,6 +35,8 @@ jobs: run: make lint - name: Unit & Integration Tests run: make test + - name: Check CPU + run: lscpu - name: Benchmark run: make bench - name: Coveralls