mirror of
https://gitlab.com/arnekeller/firefox-bookmarks.git
synced 2024-11-08 17:10:37 +00:00
Add GitLab CI
This commit is contained in:
parent
9ef881779c
commit
b422cc1921
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
image: "rust:latest"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --all --verbose
|
Loading…
Reference in New Issue
Block a user