changeset 582:ab45bdbdedac

Add 'async' feature to CI configuration
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 28 Sep 2022 09:06:42 +0200
parents 4f825f33a455
children b315ed595a1f
files .github/workflows/test.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/test.yml	Wed Sep 28 09:01:50 2022 +0200
+++ b/.github/workflows/test.yml	Wed Sep 28 09:06:42 2022 +0200
@@ -8,7 +8,7 @@
     strategy:
       fail-fast: false
       matrix:
-        features: [""]
+        features: ["async"]
         platform: [ubuntu-latest, windows-latest, macos-latest]
     runs-on: ${{ matrix.platform }}
     steps: