Skip to content

Commit

Permalink
Merge pull request #12 from lixitrixi/main
Browse files Browse the repository at this point in the history
Specify solver imports explicitly
  • Loading branch information
ozgurakgun authored Oct 5, 2023
2 parents e80bc66 + 6284b02 commit 27a39e5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chuffed-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
paths:
- "solvers/chuffed/**"
- "Cargo.*"
pull_request:
paths:
- "solvers/chuffed/**"
- "Cargo.*"
workflow_dispatch:


Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kissat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
paths:
- 'solvers/kissat/**'
- "Cargo.*"
pull_request:
paths:
- 'solvers/kissat/**'
- "Cargo.*"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/minion-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
paths:
- 'solvers/minion/**'
- "Cargo.*"
pull_request:
paths:
- 'solvers/minion/**'
- "Cargo.*"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]

members = ["solvers/*"]
members = ["solvers/kissat", "solvers/minion", "solvers/chuffed"]
exclude = []

0 comments on commit 27a39e5

Please sign in to comment.