-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatic CI support for packages without the
std
feature. (#63)
With #55 we introduced a package that doesn't have the `std` feature. The CI was adjusted to cope with that. This PR here improves support for such packages in key ways: * Automatically support it using the `--ignore-unknown-features` flag. * Remove the manual listing of `PRIMARY_PKGS` and `EXAMPLE_PKGS` and restore usage of `--workspace` so that the CI will automatically pick up new packages. * Restores support for "primary packages" that don't need to follow MSRV.
- Loading branch information
Showing
1 changed file
with
11 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters