Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lehlud committed Jun 6, 2021
1 parent 90dcf7c commit 3725fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- run: sudo apt install -y llvm-12 clang-12
- run: sudo ln -s /usr/bin/llvm-config-12 /usr/bin/llvm-config
- name: build
run: make -j$(nproc)
run: make -j 5
- name: test
run: make -j$(nproc) test
run: make test
- uses: actions/upload-artifact@v2
with:
name: adscript
Expand Down

0 comments on commit 3725fe5

Please sign in to comment.