aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/.github/workflows/d.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/.github/workflows/d.yml')
-rw-r--r--src/ext_depends/D-YAML/.github/workflows/d.yml20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/ext_depends/D-YAML/.github/workflows/d.yml b/src/ext_depends/D-YAML/.github/workflows/d.yml
index 08f583f..b14a069 100644
--- a/src/ext_depends/D-YAML/.github/workflows/d.yml
+++ b/src/ext_depends/D-YAML/.github/workflows/d.yml
@@ -16,20 +16,23 @@ jobs:
- dmd-beta
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
+ - uses: actions/checkout@v3
+ with:
+ fetch-depth: 2
+ - uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: 'Test'
run: |
+ dub test -c unittest-dip1000
dub test --build=unittest-cov
bash <(curl -s https://codecov.io/bash)
examples:
runs-on: ubuntu-latest
needs: build
steps:
- - uses: actions/checkout@v2
- - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
+ - uses: actions/checkout@v3
+ - uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- name: 'Build Examples'
@@ -41,13 +44,14 @@ jobs:
dub build dyaml:resolver
dub build dyaml:testsuite
dub build dyaml:tojson
+ dub build dyaml:tokens
dub build dyaml:yaml_gen
dub build dyaml:yaml_stats
ninja:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
+ - uses: actions/checkout@v3
+ - uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- name: 'Install dependencies'
@@ -63,8 +67,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- - uses: actions/checkout@v2
- - uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
+ - uses: actions/checkout@v3
+ - uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- name: 'Run YAML test suite'