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

Implement ultraman check #50

Merged
merged 5 commits into from
Apr 2, 2022
Merged

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Apr 2, 2022

Summary

Resolve #47

Work

  • cargo run
  • cargo start
  • cargo export
  • cargo check
  • cargo check -f ./tmp/a/Procfile
(⎈ |minikube:default)#2022-04-02 20:11|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues47/impl_ultraman_check)
$ cargo run check -f ./tmp/a/Procfile
    Finished dev [unoptimized + debuginfo] target(s) in 0.06s
     Running `target/debug/ultraman check -f ./tmp/a/Procfile`
./tmp/a/Procfile does not exist.

(⎈ |minikube:default)#2022-04-02 20:11|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues47/impl_ultraman_check)
$ cargo run check
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/ultraman check`
valid procfile detected (exit_0, exit_1, loop)
(⎈ |minikube:default)#2022-04-02 20:11|yukihirop@FukudanoMacBook-Pro-2:~/RustProjects/ultraman (issues47/impl_ultraman_check)

Test

  • cargo test
  • cargo test -- --ignored
  • cargo test -- --nocapture

@yukihirop yukihirop added this to the v0.3.0 milestone Apr 2, 2022
@yukihirop yukihirop self-assigned this Apr 2, 2022
@yukihirop yukihirop force-pushed the issues47/impl_ultraman_check branch from 823fb84 to 873fc3f Compare April 2, 2022 11:41
@yukihirop yukihirop merged commit 5047889 into feature/v0.3.0 Apr 2, 2022
@yukihirop yukihirop deleted the issues47/impl_ultraman_check branch April 2, 2022 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant