From 3ff7a86314e30538ca5f70326d60644c788e04ab Mon Sep 17 00:00:00 2001 From: oxalica Date: Sun, 18 Apr 2021 17:38:01 +0800 Subject: [PATCH] Add CI test for default profile --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 565ef9dc917..ec3cc0b50bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,10 +78,11 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] channel: [stable, beta] + build_pkg: [rust, default] name: Check build Rust runs-on: ${{ matrix.os }} env: - build_expr: (import { overlays = [ (import ./.) ]; }).rust-bin.${{ matrix.channel }}.latest.rust + build_expr: (import { overlays = [ (import ./.) ]; }).rust-bin.${{ matrix.channel }}.latest.${{ matrix.build_pkg }} steps: - name: Checkout uses: actions/checkout@v2