Skip to content

Commit

Permalink
ci: Update Publish Core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luxluth committed Oct 28, 2023
1 parent 441ddd2 commit df346cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
profile: minimal
toolchain: stable
- name: Build & Test
run: cargo build && cargo test
run: cd ./fsearch-core && cargo build && cargo test && cd ..
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit df346cf

Please sign in to comment.