diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4166181..9401a02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Executable Maven Wrapper run: chmod +x ./mvnw - name: Test project - run: ./mvnw test + run: ./mvnw integration-test quality-check: needs: test-project diff --git a/codewars-sdk-client/src/test/resources/authored-challenges-rbuckley.json b/codewars-sdk-client/src/test/resources/authored-challenges-rbuckley.json index 232ebba..ae0af4d 100644 --- a/codewars-sdk-client/src/test/resources/authored-challenges-rbuckley.json +++ b/codewars-sdk-client/src/test/resources/authored-challenges-rbuckley.json @@ -36,7 +36,8 @@ "c", "cobol", "d", - "factor" + "factor", + "rust" ] } ]