Skip to content

Commit

Permalink
Test the local release with alr test (#1356)
Browse files Browse the repository at this point in the history
* Ability to test local crate

* Test for local crate testing

* self-review

* Add user changes entry

* Add check of release profile to tests
  • Loading branch information
mosteo authored Mar 27, 2023
1 parent 424c3d9 commit ba1f510
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 69 deletions.
11 changes: 11 additions & 0 deletions doc/user-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ stay on top of `alr` new features.

## Release `1.3-dev`

### Test of a working crate with `alr test`

PR [#1356](https://github.com/alire-project/alire/pull/1356)

This PR enables the use of `alr test` on local crates. Previously, it could only
be used on indexed ones.

By default, running `alr test` will build the crate in release mode. This
behavior can be overridden by defining one or more [test
actions](https://alire.ada.dev/docs/#release-information).

### Binary releases moved to system cache from system config directory

PR [#1349](https://github.com/alire-project/alire/pull/1349)
Expand Down
Loading

0 comments on commit ba1f510

Please sign in to comment.