Skip to content

Commit

Permalink
Shrink name of ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Aug 14, 2024
1 parent d11da86 commit 865e786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:


test_and_release:
name: Run tests and release artifact for ${{ matrix.builder.target }}
name: Test and release for ${{ matrix.builder.target }}
runs-on: ${{ matrix.builder.runner }}

strategy:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Produce an error if the user specifies an empty conditional
inclusion/exclusion for any entry.
- Make sure all platforms use forward slashes when emitting file paths.
- Tests now strip the `\r` character from the expected files before compaing
them.
- This is done to normalize the tests files accross all platforms, including
Expand Down

0 comments on commit 865e786

Please sign in to comment.