Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Mar 6, 2024
1 parent cfe3369 commit 04173d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ 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

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

0 comments on commit 04173d2

Please sign in to comment.