From fc376736655262c4cf15c778bb7a7784787fba25 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 11 Jul 2024 03:40:36 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc55d7..a90bf97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,11 @@ jobs: - name: build run: cargo build --all --release + - name: test + run: | + cd file-tree-merge/tests/scripts + sh tests.sh + - name: upload binary uses: actions/upload-artifact@v4 with: