Skip to content

Commit

Permalink
remove repeated calls
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbo committed May 11, 2024
1 parent 2f9e00c commit 4d1e5d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/call-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,6 @@ jobs:
" >> "$GITHUB_OUTPUT"
shell: bash

- name: test
run: |
cargo nextest run --target-dir target
cargo tarpaulin --skip-clean --all-features --workspace --out xml --output-dir target
- name: build
run: cargo install cargo-auditable && cargo auditable build --release
- name: upload targets
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion templates/rust/index.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ jobs:
{{ init | indent(6) }}
{{ build | indent(6) }}
{{ env | indent(6) }}
{{ build | indent(6) }}
{{ actions.upload(data.build.upload.name, data.build.upload.paths) | indent(6) }}

0 comments on commit 4d1e5d7

Please sign in to comment.