-
Notifications
You must be signed in to change notification settings - Fork 147
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Actions for Windows CI #117
Conversation
Note: they say silent install of npcap is only available in I'm going to use WinPcap which I've successfully installed silently before: |
@Wojtek242 , I think it's ready to be reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Closes #113
This PR will enable CI test on Windows platform using GitHub actions. It builds and tests in three feature configurations:
--features
flag)--features tokio
--features full
Used pcap version is:
npcap
is not tested in CI because It does not support silent install.)Other notes:
WinPcap
installation isAutoHotKey
-based and takes more than 3.5 min. I don't want to replicate this cpu time. GHA free tier permits 2000 min / month for linux but for Windows, the limit is 1000 min / month.