cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
836 stars 114 forks source link

Adding a macos github actions ci step #116

Closed ianoc closed 3 years ago

ianoc commented 3 years ago

This is a reproduction of the appveyor ci checks for macos. The reason is the appveyor is slow, but also they kill/fail tests rather than any sort of queue if push more than a few commits.

Making this purely additive as a new check to start with, then could remove appveyor if unneeded.

cberner commented 3 years ago

Merged. Thanks!