summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-03 04:42:31 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-03 04:42:31 +0100
commit24e53d92c5808bb47b316de632f51db69173d1c5 (patch)
treebcb48df4f761b1d4fc26969311600f80cda28ced /.github/workflows
parent2c6bfdbc8c2262c3550fa16d4472e29d73077956 (diff)
downloadiced-24e53d92c5808bb47b316de632f51db69173d1c5.tar.gz
iced-24e53d92c5808bb47b316de632f51db69173d1c5.tar.bz2
iced-24e53d92c5808bb47b316de632f51db69173d1c5.zip
Remove Wasm target from CI for now
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/integration.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 54ca2e33..5e73f3cb 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -7,10 +7,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta]
- include:
- - os: ubuntu-latest
- rust: stable
- targets: 'wasm32-unknown-unknown'
steps:
- uses: hecrj/setup-rust-action@v1
with: