Skip to content

Commit

Permalink
Disable tarpaulin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 22, 2024
1 parent 89d8c21 commit e09cbb0
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,39 @@ jobs:
- name: Install dependencies
run: |
./scripts/install-ubuntu-apt-dependencies.sh
./scripts/install-ubuntu-rust-dependencies.sh
- name: Test
if: true
run: |
cargo test \
--exclude assert-no-alloc \
--exclude augmented-ui \
--exclude audiounit \
--exclude basedrop \
--exclude midir \
--exclude gfx \
--exclude iced \
--exclude iced-baseview \
--exclude iced_audio \
--exclude libloading \
--exclude lyon \
--exclude pathfinder \
--exclude piet \
--exclude plotters \
--exclude skribo \
--exclude vst \
--exclude example-iced-xcode-integration \
--exclude avfaudio-sys \
--exclude recording_buddy \
--exclude augmented-audio-knob \
--exclude augmented-audio-gui-basics \
--exclude darwin-webkit \
--exclude webview-holder \
--exclude visualisation_ \
--exclude macos-bundle-resources
- name: Test with coverage
if: false
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERAGE_BOT_URL: ${{ secrets.COVERAGE_BOT_URL }}
Expand Down

0 comments on commit e09cbb0

Please sign in to comment.