summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-08-10 22:18:47 +0200
committerMartin Nordholts <enselic@gmail.com>2021-08-17 10:58:21 +0200
commit25fa577cd06c9753756d116410aaa19735c95085 (patch)
tree448635415d28a86065eb4c742b9c2534cc17c7b1 /.github/workflows
parentdeddc81426b155531cade6e755679c88f5bb8e8f (diff)
Make 'build-assets' an optional capability for application
Also structure features a bit more clever to avoid duplication of feature dependency declarations.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CICD.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 45f2054c..220a12d2 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -246,12 +246,12 @@ jobs:
command: check
args: --locked --target=${{ matrix.job.target }} --verbose --lib --no-default-features --features regex-onig,git,paging
- - name: "Feature check: quick-build-application"
+ - name: "Feature check: minimal-application"
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.job.use-cross }}
command: check
- args: --locked --target=${{ matrix.job.target }} --verbose --no-default-features --features quick-build-application
+ args: --locked --target=${{ matrix.job.target }} --verbose --no-default-features --features minimal-application
- name: Create tarball
id: package