Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

chore: Simplify GitHub Actions Workflow #34

Merged
merged 10 commits into from
Aug 7, 2024
Merged

chore: Simplify GitHub Actions Workflow #34

merged 10 commits into from
Aug 7, 2024

Conversation

gaby
Copy link
Collaborator

@gaby gaby commented Aug 2, 2024

  • Remove EOL versions of Go (Anything below 1.20)
  • Add support for testing against Redis 6 and 7
  • Add recent version of Go to test matrix
  • Remove cache test, since setup-go now does Caching by default
  • Update versions of all GitHub Actions
  • Use gotestsum to run tests
  • Add -race to detect race conditions
  • Add -shuffle to run tests in random order.
  • Fixed issue causing CI to run twice (push/pr)

@gaby gaby requested a review from xyproto August 2, 2024 13:02
@gaby
Copy link
Collaborator Author

gaby commented Aug 2, 2024

Let me change the action for Redis to one that doesn't use Docker

@xyproto
Copy link
Owner

xyproto commented Aug 2, 2024

Cool! A definite improvement. 👍 😄

@gaby
Copy link
Collaborator Author

gaby commented Aug 7, 2024

@xyproto Good to merge?

@xyproto xyproto merged commit 3389e99 into main Aug 7, 2024
6 checks passed
@xyproto
Copy link
Owner

xyproto commented Aug 7, 2024

Ah, yes! Thanks for the reminder. Merged. 👍

@gaby gaby deleted the simplify-ci branch August 7, 2024 15:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants