Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed May 2, 2020
1 parent ddddcc4 commit 0acac2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
runs-on: ubuntu-18.04

strategy:
fail-fast: false
max-parallel: 20
matrix:
compiler: [dmd, ldc]

steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: install
run: |
sudo apt-get update -qq
Expand Down

0 comments on commit 0acac2e

Please sign in to comment.