diff --git a/.github/workflows/call-rust.yml b/.github/workflows/call-rust.yml index 60c42b2..829671e 100644 --- a/.github/workflows/call-rust.yml +++ b/.github/workflows/call-rust.yml @@ -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: diff --git a/templates/rust/index.j2 b/templates/rust/index.j2 index eeb2e09..07ce42e 100644 --- a/templates/rust/index.j2 +++ b/templates/rust/index.j2 @@ -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) }} \ No newline at end of file