diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e96d52..257a505 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Test solve run: | mvn compile exec:java -Dexec.mainClass="org.moeaframework.analysis.tools.Solve" \ - -Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 10000 --output LRGV_Result.txt" + -Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 1000 --output LRGV_Result.txt" cat LRGV_Result.txt - name: Validate README run: |