From 58954a93b0d20f2dc3229354f5241173a502b490 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 21 May 2024 18:25:28 +0200 Subject: [PATCH] CI update, smaller tweaks --- .github/workflows/ci.yml | 2 +- automation/Jenkinsfile | 2 +- satrs/Cargo.toml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e21a645..6f80eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install nextest uses: taiki-e/install-action@nextest - run: cargo nextest run --all-features - - run: cargo test --doc + - run: cargo test --doc --all-features cross-check: name: Check Cross-Compilation diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index c3c8c7c..18cb443 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { stage('Test') { steps { sh 'cargo nextest r --all-features' - sh 'cargo test --doc' + sh 'cargo test --doc --all-features' } } stage('Check with all features') { diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 52379f5..ec2b2d0 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -100,9 +100,6 @@ tempfile = "3" [dev-dependencies.postcard] version = "1" -[dev-dependencies.heapless] -version = "0.7" - [features] default = ["std"] std = [