Skip to content

Commit

Permalink
update contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 30, 2024
1 parent fc34674 commit 845060d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,13 @@ We use Gradlew in the build scripts


==== Default build
The project can be built from the root directory using the script:
The project can be built from the "projects" directory using the script:

[indent=0]
----
$ ./install_all.sh
$ ./install.sh
----

NOTE: you can use the `test.sh` and `install.sh` scripts to test all modules and make local install
NOTE: you can use the `test.sh` script to test all modules


== Integration tests

the `koin-test` module gather all test against `koin-core`. Here you'll found most of usecase tests.

The following command script launch all tests from projects:

[indent=0]
----
$ ./test_all.sh
----

0 comments on commit 845060d

Please sign in to comment.