Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean-up CI config #417

Merged
merged 2 commits into from Jun 17, 2022
Merged

Clean-up CI config #417

merged 2 commits into from Jun 17, 2022

Conversation

JohnTitor
Copy link
Member

No description provided.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
@@ -523,7 +525,7 @@ impl PollWatcher {
.unwrap()
.remove(path)
.map(|_| ())
.ok_or_else(|| crate::Error::watch_not_found())
.ok_or_else(crate::Error::watch_not_found)
Copy link
Member

Choose a reason for hiding this comment

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

hm yeah should've watched out for that, probably let clippy do its thing

@@ -61,7 +72,6 @@ jobs:
target:
- x86_64-unknown-netbsd
- x86_64-unknown-freebsd
- x86_64-apple-darwin
Copy link
Member Author

Choose a reason for hiding this comment

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

@0xpr03 Removed x86_64-apple-darwin as we've already tested code with macOS on the above ci workflow. I think it should be fine but would like to mention it, just in case.

@JohnTitor JohnTitor merged commit 9c1977b into notify-rs:main Jun 17, 2022
@JohnTitor JohnTitor deleted the cleanup-ci branch June 17, 2022 11:49
@0xpr03
Copy link
Member

0xpr03 commented Jun 17, 2022

Thanks, that'll make the CI usable again for other PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants