From 261a1f3f66b748d3c60512895052d4e6961e7ed2 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 6 Aug 2020 22:36:36 +0800 Subject: [PATCH] Do not run doc tests for only_i32. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4a476a3..8c8b19eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - "--features sync" - "--features no_optimize" - "--features no_float" - - "--features only_i32" + - "--tests --features only_i32" - "--features only_i64" - "--features no_index" - "--features no_object"