Changed workflow values

This commit is contained in:
Thomas Schönauer
2022-10-16 19:25:46 +02:00
parent 5d1f3ee875
commit 16566ea697
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
release:
name: Release Packaging
env:
PROJECT_NAME_UNDERSCORE: rust_ci_github_actions_workflow
PROJECT_NAME_UNDERSCORE: topgrade_rs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@@ -10,7 +10,7 @@ jobs:
test:
name: Test
env:
PROJECT_NAME_UNDERSCORE: rust_ci_github_actions_workflow
PROJECT_NAME_UNDERSCORE: topgrade_rs
CARGO_INCREMENTAL: 0
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort
RUSTDOCFLAGS: -Cpanic=abort