Skip to content

Commit

Permalink
fixup gh test
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jan 15, 2025
1 parent d8115b6 commit c0c01f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ADD init_array /root/.
ADD entropy /root/.
ADD locale /root/.
ADD vdso_test /root/.
ADD pthread /root/.
ADD test-signal-restore /root/.
ADD Makefile /root/.
ADD lmbench2/ /lmbench2
ADD lmbench_run.sh /lmbench2/bin/x86_64-linux-gnulibc1/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tests: ${TARGETS}
./entropy 10000
./locale
./vdso_test -c 10000
./test-signal-restore
./pthread
./pthread 100
./pthread 100 1
Expand Down

0 comments on commit c0c01f2

Please sign in to comment.