diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 15cfd5eecdaaea..af45a890927af0 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -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/ diff --git a/.github/workflows/Makefile b/.github/workflows/Makefile index 10580aae0d24f7..c524cd85d36c36 100644 --- a/.github/workflows/Makefile +++ b/.github/workflows/Makefile @@ -20,6 +20,7 @@ tests: ${TARGETS} ./entropy 10000 ./locale ./vdso_test -c 10000 + ./test-signal-restore ./pthread ./pthread 100 ./pthread 100 1