Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jul 11, 2024
1 parent 6e0faf0 commit fc37673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc37673

Please sign in to comment.