Skip to content

Commit

Permalink
ci: remove RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Mar 27, 2024
1 parent c0fbc9e commit f2faf57
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@ jobs:
fi
cargo build --release --package ${{ matrix.pkg }}
- name: Test (RPC)
if: matrix.pkg == 'festivald'
shell: bash
run: |
cargo test --release --package rpc
cargo test --release --package festival-cli -- --ignored
- name: Compress (GUI)
shell: bash
run: |
Expand Down

0 comments on commit f2faf57

Please sign in to comment.