summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 79fa7be6..ceac39e7 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -1,14 +1,6 @@
name: Check
on: [push, pull_request]
jobs:
- benchmarks:
- runs-on: ubuntu-latest
- steps:
- - uses: hecrj/setup-rust-action@v2
- - uses: actions/checkout@master
- - name: Check benchmarks
- run: cargo check --benches --all-features
-
wasm:
runs-on: ubuntu-latest
env: