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

test: drop test-bin target #73

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Conversation

rst0git
Copy link
Member

@rst0git rst0git commented Jun 24, 2022

The current default target in test/Makefile is test-bin as this is the first target in the makefile. This was unintentional change introduced in #71. The default target should be all. However, test-bin does not appear to be used anywhere and thus, we can remove it.

The current default target in test/Makefile is `test-bin` [1] as this is
the first target in the makefile. This was unintentional change
introduced in [2]. The default target should be `all`.

However, `test-bin` does not appear to be used anywhere and thus, we can
remove it.

[1] https://www.gnu.org/software/make/manual/html_node/Rules.html
[2] checkpoint-restore#71

Signed-off-by: Radostin Stoyanov <[email protected]>
@rst0git rst0git requested a review from adrianreber June 24, 2022 17:35
@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2022

Codecov Report

Merging #73 (288ce97) into master (bc6e263) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   62.04%   62.04%           
=======================================
  Files           1        1           
  Lines         137      137           
=======================================
  Hits           85       85           
  Misses         37       37           
  Partials       15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc6e263...288ce97. Read the comment docs.

actions/setup-go modifies the PATH environment variable in order to make
the go binaries will be available. However, this change is not applied
to the root user as it is considered unsafe:

actions/setup-go#104

Signed-off-by: Radostin Stoyanov <[email protected]>
@rst0git rst0git merged commit 880076f into checkpoint-restore:master Jun 27, 2022
@rst0git rst0git deleted the test-makefile branch October 28, 2022 08:54
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.

4 participants