mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2026-01-06 19:47:06 +01:00
Optimize Workflows
This commit is contained in:
4
.github/workflows/master-build.yml
vendored
4
.github/workflows/master-build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose -p schemsearch-lib
|
||||
build-realease:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose --release
|
||||
run: cargo build --verbose --release -p schemsearch-cli
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user