Skip to content

Commit

Permalink
ci: check tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Mar 23, 2024
1 parent 48057c9 commit ff3e17a
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 @@ -37,3 +37,9 @@ jobs:
run: |
cd scripts
./install_metasystem.sh
- name: Run cxx tests
run: |
cd scripts
./build_ps.sh -t
./run_cxx_ps.sh -t

0 comments on commit ff3e17a

Please sign in to comment.