CI: Run Soteria only on the program

This commit is contained in:
Christian Kamm 2022-02-28 12:20:59 +01:00
parent 56850fe514
commit 2ea39ddc99
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ jobs:
shell: bash
- name: Run Soteria
run: soteria -analyzeAll .
run: cd programs/voter-stake-registry/ && soteria -analyzeAll .
shell: bash