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

marine tests hang without next lines in cargo toml #69

Open
dzmitry-lahoda opened this issue Oct 13, 2021 · 1 comment
Open

marine tests hang without next lines in cargo toml #69

dzmitry-lahoda opened this issue Oct 13, 2021 · 1 comment

Comments

@dzmitry-lahoda
Copy link

[profile.dev]
opt-level = 3
lto = 'thin'

[profile.release]
lto = 'thin'

Build service and run marine test using aboce config - test passes.

Build service and run marine test without above config - test hangs.

@mikevoronov
Copy link
Member

mikevoronov commented Oct 14, 2021

@dzmitry-lahoda Could you please share some info about your setup:

  • how many tests do you have (I mean how many functions are wrapped with marine_test)
  • which modules do you have in each of test
  • did you run it with --release in both cases

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

No branches or pull requests

2 participants