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 9065f04 commit f5bc20bCopy full SHA for f5bc20b
.github/workflows/main.yaml
@@ -58,12 +58,12 @@ jobs:
58
dub --version
59
60
# Build and run the tests
61
- - name: '[POSIX] Build & test Agora'
+ - name: '[POSIX] Build & test'
62
if: runner.os != 'Windows'
63
#continue-on-error: matrix.dc == 'ldc-master' || matrix.dc == 'dmd-master'
64
run: dub test -c ci
65
66
- - name: '[Windows] Build & test Agora'
+ - name: '[Windows] Build & test'
67
if: runner.os == 'Windows'
68
69
shell: cmd
0 commit comments