Skip to content

Commit

Permalink
Merge branch 'master' into dockerfile_bitmanip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Urbańczyk authored Mar 11, 2024
2 parents ba05feb + 0487193 commit 6e7742b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ jobs:
. venv/bin/activate
scripts/run_tests.py -a regression
- name: Check regression with pysim
run: |
. venv/bin/activate
./scripts/run_tests.py -c 1 -a -b pysim regression
unit-test:
name: Run unit tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -292,6 +298,9 @@ jobs:
- name: Check traces and profiles
run: ./scripts/run_tests.py -t -p -c 1 TestCore

- name: Check listing tests
run: ./scripts/run_tests.py -l

lint:
name: Check code formatting and typing
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e7742b

Please sign in to comment.