Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mastfissh/deduper
Browse files Browse the repository at this point in the history
  • Loading branch information
mastfissh committed Apr 11, 2020
2 parents 2412439 + 543fe05 commit 9536fbb
Show file tree
Hide file tree
Showing 6 changed files with 1,535 additions and 327 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install libx11-dev libgtk-3-dev
- if: matrix.os == 'macOS-latest'
run: |
brew install cairo
- uses: actions/checkout@master
- name: Run tests
run: cargo test --all
Loading

0 comments on commit 9536fbb

Please sign in to comment.