From c349e6f0a4ee05e7b3d53aff87dca9411233beab Mon Sep 17 00:00:00 2001 From: deke Date: Mon, 27 Jan 2025 01:05:14 +0000 Subject: [PATCH] Update .forgejo/workflows/test.yaml --- .forgejo/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 5359dcc..10728b5 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,5 +5,6 @@ jobs: container: image: rust:latest steps: + - run: apk add nodejs - uses: actions/checkout@v3 - run: cargo test