From c762b42ec2907b03a89040ab5d31c9a28247a424 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 4 Nov 2024 08:06:28 -0300 Subject: [PATCH] fix make test. --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 9053179..0851033 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -18,4 +18,5 @@ jobs: - run: node --version - uses: actions/checkout@main - run: brew install emscripten autoconf automake libtool + - run: npm install - run: make test