From 844be09a4de41eab7f97e3f7c9ea266ad334c9bf Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 25 Aug 2023 17:59:25 -0700 Subject: [PATCH] review: remove unused excludes from `run-tests.sh` prtest:full --- ci/run-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/run-tests.sh b/ci/run-tests.sh index bb37c9e4af0e..5e24c764fdb8 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -7,9 +7,8 @@ cargo test \ --features component-model \ --features wasmtime-wasi-nn/test-check \ --workspace \ - --exclude 'wasmtime-wasi-http' \ - --exclude 'wasmtime-wasi-crypto' \ --exclude wasi-tests \ + --exclude wasmtime-wasi-http \ --exclude wasi-http-tests \ --exclude command-tests \ --exclude reactor-tests \