From 0a25abf9e70e3a91ec71d349e6d8002d8da15243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Sun, 31 Jan 2021 19:31:09 +0100 Subject: [PATCH] ci: smaller matrix, fix/add lockins --- .github/workflows/ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1314418..6fa0e99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,13 +41,19 @@ jobs: matrix: toolchain: - stable - - beta bin: - dual-iir - - lockin + - lockin-internal + - lockin-external features: - '' - - pounder_v1_1 + include: + - toolchain: beta + bin: dual-iir + features: '' + - toolchain: stable + bin: lockin-internal + features: pounder_v1_1 steps: - uses: actions/checkout@v2 - name: Install Rust ${{ matrix.toolchain }}