Skip to content

Commit

Permalink
Run tests upon Linux build on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Kopp <[email protected]>
  • Loading branch information
vifactor committed Sep 16, 2024
1 parent e04ab49 commit fd57f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
run: scripts/linux/install.sh
- name: Build project
run: scripts/linux/build.sh
- name: Run tests
run: ctest --test-dir build/qdlt
- name: Make artifact executable
run: chmod -R +x build/dist
- name: Archive artifact
Expand Down

0 comments on commit fd57f74

Please sign in to comment.