Skip to content

Commit

Permalink
CI update, smaller tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 21, 2024
1 parent 851139d commit 58954a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automation/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
3 changes: 0 additions & 3 deletions satrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ tempfile = "3"
[dev-dependencies.postcard]
version = "1"

[dev-dependencies.heapless]
version = "0.7"

[features]
default = ["std"]
std = [
Expand Down

0 comments on commit 58954a9

Please sign in to comment.