ci: build standalone for all feature-sets.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
b86d414f28
commit
112e43d753
3 changed files with 3 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -164,8 +164,8 @@ jobs:
|
|||
machines: ${{needs.init.outputs.machines}}
|
||||
excludes: >
|
||||
[
|
||||
{"cargo_profile": "test"},
|
||||
{"feat_set": "none"},
|
||||
{"cargo_profile": "test"},
|
||||
{"rust_toolchain": "nightly", "cargo_profile": "release"},
|
||||
{"cargo_profile": "release-max-perf"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue