Skip to content

Commit

Permalink
test: update challenge test data (#66)
Browse files Browse the repository at this point in the history
* test: update challenge test data

* ci: execute integration-test phase
  • Loading branch information
ParanoidUser authored Oct 23, 2023
1 parent 41f254a commit bde5dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"c",
"cobol",
"d",
"factor"
"factor",
"rust"
]
}
]
Expand Down

0 comments on commit bde5dcd

Please sign in to comment.