Add CI test for default profile

This commit is contained in:
oxalica
2021-04-18 17:38:01 +08:00
parent 488576377f
commit 3ff7a86314

View File

@@ -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 <nixpkgs> { overlays = [ (import ./.) ]; }).rust-bin.${{ matrix.channel }}.latest.rust
build_expr: (import <nixpkgs> { overlays = [ (import ./.) ]; }).rust-bin.${{ matrix.channel }}.latest.${{ matrix.build_pkg }}
steps:
- name: Checkout
uses: actions/checkout@v2