Optimize Workflows

This commit is contained in:
Chaoscaot
2023-03-16 20:40:17 +01:00
parent 104ed15608
commit abf6953172
2 changed files with 3 additions and 3 deletions

View File

@@ -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: