Skip to content

Commit

Permalink
Build modules in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger committed Oct 9, 2023
1 parent 449c3b9 commit 6a18b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build SQRL
run: mvn -T 1 -B -U -e clean install
run: mvn -T 4 -B -U -e clean install

0 comments on commit 6a18b44

Please sign in to comment.