Skip to content

Commit

Permalink
.github/workflows: Add PMP program to regression tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Kolucki <rkolucki@antmicro.com>
  • Loading branch information
koluckirafal committed Sep 28, 2023
1 parent 52ef2df commit 858d71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test: ["hello_world", "hello_world_dccm", "hello_world_iccm", "cmark", "cmark_dccm", "cmark_iccm", "dhry"]
test: ["hello_world", "hello_world_dccm", "hello_world_iccm", "cmark", "cmark_dccm", "cmark_iccm", "dhry", "pmp"]
coverage: ["branch", "toggle"] #TODO: add functional coverage
env:
DEBIAN_FRONTEND: "noninteractive"
Expand Down

0 comments on commit 858d71a

Please sign in to comment.