From f3ca67903b27610a6d905e15656ba12262d1df12 Mon Sep 17 00:00:00 2001 From: Lekcyjna <309016@uwr.edu.pl> Date: Wed, 6 Mar 2024 19:42:18 +0100 Subject: [PATCH] Move regression to different job --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cde19e086..c5127ce57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -220,6 +220,10 @@ jobs: . venv/bin/activate scripts/run_tests.py -a regression + - name: Check regression with pysim + run: ./scripts/run_tests.py -c 1 -a -b pysim regression + + unit-test: name: Run unit tests runs-on: ubuntu-latest @@ -249,9 +253,6 @@ jobs: - name: Check traces and profiles run: ./scripts/run_tests.py -t -p -c 1 TestCore - - name: Check regression with pysim - run: ./scripts/run_tests.py -c 1 -a -b pysim regression - - name: Check listing tests run: ./scripts/run_tests.py -l