Got CI working
Right now there are a few unit tests and the CI also ensures that the project builds
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Always run build and unit tests
|
||||
steps:
|
||||
- name: build
|
||||
image: git.firechicken.net/fedichat/rust_builder:latest
|
||||
pull: true
|
||||
commands:
|
||||
- cargo build
|
||||
depends_on: []
|
||||
|
||||
- name: test
|
||||
image: git.firechicken.net/fedichat/rust_builder:latest
|
||||
pull: true
|
||||
commands:
|
||||
- cargo test
|
||||
depends_on: []
|
||||
Reference in New Issue
Block a user