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: