We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39bd46 commit b656bd6Copy full SHA for b656bd6
1 file changed
.github/workflows/main.yml
@@ -9,6 +9,9 @@ concurrency:
9
10
jobs:
11
main:
12
+ defaults:
13
+ run:
14
+ shell: bash
15
strategy:
16
fail-fast: false
17
matrix:
@@ -27,12 +30,9 @@ jobs:
27
30
with:
28
31
compiler: ${{ matrix.dc }}
29
32
- name: Build
- shell: bash
33
run: make -j$N DMD=$DMD
34
- name: Test
35
run: make -j$N DMD=$DMD test
36
- name: 'Windows: Build and test with MODEL=32'
37
if: runner.os == 'Windows'
38
run: make -j$N DMD=$DMD MODEL=32 all test
0 commit comments