From 66a998a6d5bc11e059173413077aa7f3b72e784c Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Wed, 15 Jan 2025 17:59:34 +0900 Subject: [PATCH] fixup gh test --- .github/workflows/Dockerfile | 2 ++ .github/workflows/Makefile | 1 + 2 files changed, 3 insertions(+) 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..0b9b2eb3142795 100644 --- a/.github/workflows/Makefile +++ b/.github/workflows/Makefile @@ -23,6 +23,7 @@ tests: ${TARGETS} ./pthread ./pthread 100 ./pthread 100 1 + ./test-signal-restore set -x clean: