-
Notifications
You must be signed in to change notification settings - Fork 93
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 CI #173
base: master
Are you sure you want to change the base?
Add CI #173
Conversation
This is green now, here is how it looks like on my fork: edit: https://github.com/lazka/mirrorbits/actions/runs/10133918805 |
run: | | ||
make test | ||
|
||
- name: Create release tarball |
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.
Why not make that only on tags?
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.
So we test that creating a release works and continues to work
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.
Also note that building the release tarball and uploading it takes 2 seconds in CI.
Test with some random golang versions which also happen
to exist in Debian releases