From 2af744509c7751097a2f5d000816854eeb2fba69 Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Wed, 25 Oct 2023 13:02:03 +1100 Subject: [PATCH] fix features --- .github/workflows/check-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 6ac0e04a5f..c29826f1e5 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -53,7 +53,7 @@ jobs: - name: Build ${{ matrix.runtime.name }} run: | - cargo build --profile production -p ${{ matrix.runtime.package }} + cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime - name: Check migrations run: |