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

Fix #182 and #236 #245

Merged
merged 4 commits into from
Mar 7, 2019
Merged

Fix #182 and #236 #245

merged 4 commits into from
Mar 7, 2019

Conversation

phadej
Copy link
Collaborator

@phadej phadej commented Mar 6, 2019

  • Add global --run-tests/--no-run-tests/--run-tests-jobs to specify
    when we actually run tests (maybe less then what we build!)

  • Add steps configuration to constraint sets:

    • tests
    • run-tests
    • benchmarks
    • haddock
    • these are only booleans for now, if you need more control, make
      another constraint set!

cc @RyanGlScott

- Add global --run-tests/--no-run-tests/--run-tests-jobs to specify
  when we actually run tests (maybe less then what we build!)

- Add steps configuration to constraint sets:
  - tests
  - run-tests
  - benchmarks
  - haddock

  - these are only booleans for now, if you need more control, make
    another constraint set!
Copy link
Contributor

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! I can't wait to try this out. You're a miracle-worker, @phadej.

src/HaskellCI.hs Outdated Show resolved Hide resolved
Copy link
Contributor

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tried this out on some of my packages, and as far as I can tell, it works perfectly!

src/HaskellCI.hs Outdated Show resolved Hide resolved
Copy link
Contributor

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (aside from a minor quibble).

src/HaskellCI.hs Outdated Show resolved Hide resolved
@phadej
Copy link
Collaborator Author

phadej commented Mar 6, 2019

I also pushed (hopefully) a fix for #246, if you, @RyanGlScott, mind to check as you are testing this branch

src/HaskellCI.hs Show resolved Hide resolved
@RyanGlScott
Copy link
Contributor

I just tried it out on lens and rcu, and it appears to do the right thing.

@phadej phadej merged commit e7cc74a into master Mar 7, 2019
@phadej phadej deleted the issues-182-236 branch November 13, 2019 23:22
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.

2 participants