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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more matrix builds for Actions #229

Merged
merged 8 commits into from
Jun 20, 2022
Merged

Add more matrix builds for Actions #229

merged 8 commits into from
Jun 20, 2022

Conversation

bdeitte
Copy link
Collaborator

@bdeitte bdeitte commented Jun 20, 2022

Add more matrix testing and remove now-broken travis testing file

@@ -180,7 +180,7 @@ describe('#errorHandling', () => {
statsd.send('test title');
});

if (serverType === 'tcp' && clientType === 'client') {
if (serverType === 'tcp' && clientType === 'client' && process.platform !== 'win32') {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not great to remove these from Windows tests, but I can't determine why this is now different on Actions

@bdeitte bdeitte merged commit 5173e8c into master Jun 20, 2022
@bdeitte bdeitte deleted the more-actions branch June 20, 2022 21:57
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.

1 participant