refactor: rename gh actions jobs

This commit is contained in:
Pierre Mavro
2021-11-28 16:30:30 +01:00
parent ae77488caa
commit 1c314e6581

View File

@@ -28,7 +28,7 @@ jobs:
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.14.10
- name: build
- name: build_linter_utests
run: |
export PATH=$GITHUB_WORKSPACE/bin:$PATH
export RUSTC_WRAPPER=$GITHUB_WORKSPACE/bin/sccache
@@ -49,7 +49,7 @@ jobs:
sccache --show-stats
echo "########## START UNIT TESTS ##########"
cargo test
selected-functionnal-tests:
selected-functional-tests:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
needs: build