Skip to content

Commit

Permalink
feat: updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Mar 20, 2024
1 parent 5b94c97 commit 7c98bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,22 @@ jobs:
- uses: swatinem/rust-cache@v2
- name: Build
run: >
cd rust &&
cargo build
--locked
--verbose
- name: Run tests (without coverage)
if: matrix.os != 'ubuntu-latest'
run: >
cd rust &&
cargo test
--verbose
- name: Run tests (with coverage)
if: matrix.os == 'ubuntu-latest'
run: >
cd rust &&
cargo install cargo-tarpaulin
&& cargo tarpaulin
--verbose
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
*/target
*/**/target
/node_modules
Expand Down

0 comments on commit 7c98bed

Please sign in to comment.