From 83117275c37be00d1d7294ccb8a5124c73bbfe18 Mon Sep 17 00:00:00 2001 From: KodrAus Date: Mon, 10 Apr 2023 21:11:21 +1000 Subject: [PATCH] only run tests on MSRV --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 783b5052d..f38d3b33e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,9 +129,6 @@ jobs: run: | rustup update 1.31.0 --no-self-update rustup default 1.31.0 - - run: cargo build --verbose - - run: cargo build --verbose --features serde - - run: cargo build --verbose --features std - run: cargo test --verbose --manifest-path tests/Cargo.toml embedded: