Skip to content
Snippets Groups Projects
Commit a9760c42 authored by Stephen D's avatar Stephen D
Browse files

typo fixes

parent 5176181f
No related branches found
No related tags found
1 merge request!4cross compile debs
Pipeline #4734 failed
...@@ -14,13 +14,13 @@ before_script: ...@@ -14,13 +14,13 @@ before_script:
- rustup target add aarch64-unknown-linux-gnu - rustup target add aarch64-unknown-linux-gnu
test: test:
stage: test stage: test
script: script:
- cargo fmt -- --check - cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings - cargo clippy --all-targets --all-features -- -D warnings
- cargo test - cargo test
build: build:
stage: build stage: build
script: script:
- cargo deb - cargo deb
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment