Merge remote-tracking branch 'origin/master'

This commit is contained in:
c0repwn3r 2022-12-15 17:19:37 -05:00
commit ff4730d04b
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
default:
image: rust
compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
script:
- cargo test