Skip to content

Commit

Permalink
Merge pull request #173 from leondavi/dolev/run_unitests
Browse files Browse the repository at this point in the history
ci: run unitests
  • Loading branch information
leondavi committed May 9, 2023
2 parents 8546321 + c2e2d65 commit cba66f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install
run: |
./NerlnetInstall.sh
- name: build
- name: Build
run: |
./NerlnetBuild.sh
- name: Run unitests
run: |
./NerlnetTest.sh

0 comments on commit cba66f2

Please sign in to comment.