Skip to content

Commit

Permalink
Run NAR tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed May 10, 2022
1 parent 91d93c0 commit 92328de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
- name: RabbitMQ Java client tests
run: mvn -B integration-test -DfailIfNoTests=false -Dcurator-log-only-first-connection-issue-as-error-level=true -pl rabbitmq-tests

- name: NAR tests
run: mvn -B test -DfailIfNoTests=false -pl nar-tests

0 comments on commit 92328de

Please sign in to comment.