Skip to content

Commit 420ed6b

Browse files
Merge pull request #248 from brotskydotcom/master
Make CI build with no features. Credit contributors in the README.
2 parents 7efa5a0 + 78bdb02 commit 420ed6b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
RUST_LOG: debug
4040
run: cargo test --verbose
4141

42+
- name: Build with no features
43+
run: cargo build --no-default-features
44+
4245
- name: Build the CLI release
4346
run: cargo build --release --example keyring-cli
4447

@@ -98,6 +101,12 @@ jobs:
98101
# run tests single-threaded to avoid dbus race conditions
99102
run: cargo test --features=${{ matrix.features }} -- --test-threads=1
100103

104+
- name: Build with no features
105+
run: cargo build --no-default-features
106+
107+
- name: Build the CLI release
108+
run: cargo build --features=${{ matrix.features }} --release --example keyring-cli
109+
101110
ios_native:
102111
runs-on: macos-latest
103112

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Thanks to the following for helping make this library better, whether through co
120120
- @klemensn
121121
- @landhb
122122
- @lexxvir
123+
- @noib3
123124
- @MaikKlein
124125
- @Phrohdoh
125126
- @phlip9

0 commit comments

Comments
 (0)