💚 Updated CI to test safety of list mod
This commit is contained in:
parent
da37e0657c
commit
e0e92fea3a
@ -10,9 +10,21 @@ unit-test-job:
|
|||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
|
unsafe-test-job:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- echo "Checking if List is still safe"
|
||||||
|
- rustup +nightly component add miri
|
||||||
|
- export MIRIFLAGS="-Zmiri-disable-isolation"
|
||||||
|
- cargo +nightly miri test
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- "src/utility/list.rs"
|
||||||
|
|
||||||
lint-test-job:
|
lint-test-job:
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
refs:
|
||||||
|
- merge_requests
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Linting code..."
|
- echo "Linting code..."
|
||||||
|
Loading…
Reference in New Issue
Block a user