Skip to content

Commit

Permalink
Move regression to different job
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Mar 6, 2024
1 parent 04173d2 commit f3ca679
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f3ca679

Please sign in to comment.