From 01f35389af57563495bd52911f39258a137380de Mon Sep 17 00:00:00 2001 From: Aaron Kutch Date: Tue, 5 Dec 2023 02:03:09 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500f2a68..f78affe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: rustup default nightly - name: Run test suite run: | + cargo doc --all-features cargo test --all-features cargo test --release --all-features cargo bench