Refine MR unit tests and contribution guide

Changed the name of the unit tests CI job to accuratly reflect
that both AMD64 and ARM64 tests are executed.

Modified the contribution guide to specify that contributors
should work inside their own fork of the project.
This commit is contained in:
TC Johnson
2023-08-28 18:58:46 -05:00
parent 2ab51ae3e9
commit d0850e95fb
2 changed files with 8 additions and 6 deletions

View File

@@ -10,13 +10,12 @@ stages:
- release
- distribute
test_amd64:
unit_test_linux:
stage: test
image: docker
services:
- docker:dind
only:
- main
- merge_requests
before_script:
- apk update && apk add git