Skip to content

Commit

Permalink
Fixing GH Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Jul 3, 2024
1 parent 7f070e8 commit d77c307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kmod/pagefault/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ page_fault_benchmark: page_fault_benchmark.out
sudo sysctl -w vm.max_map_count=8388608
sudo ./page_fault_benchmark.out

.PHONY: page_fault_ioctl_error
page_fault_ioctl_error: page_fault_ioctl_error.out
sudo sysctl -w vm.max_map_count=8388608
sudo ./page_fault_ioctl_error.out

.PHONY: page_fault_userspace
page_fault_userspace:
sudo sysctl -w vm.max_map_count=8388608
Expand Down

0 comments on commit d77c307

Please sign in to comment.