Skip to content

Commit

Permalink
Run nightly integration on all commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Nov 2, 2022
1 parent cc5a8a9 commit 2668da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-integration-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI (Integration nightly)
on:
push:
branches:
- 'dev'
- 'main'
paths-ignore:
- 'README.md'
pull_request:
Expand Down

2 comments on commit 2668da9

@brenhinkeller
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes

  • Fix type instability in ftell
  • Add read of entire file to MallocString and MallocArray to integration tests
  • Update CI versions

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/71460

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.1 -m "<description of version>" 2668da9daf62b146cdbfcb2be19dc9b73539476e
git push origin v0.8.1

Please sign in to comment.