2021-04-24 09:33:42 +02:00
|
|
|
pipeline:
|
|
|
|
test:
|
|
|
|
image: chewingbever/fej-builder:latest
|
2021-04-24 12:44:53 +02:00
|
|
|
# Always update the builder image
|
|
|
|
pull: true
|
2021-04-24 09:33:42 +02:00
|
|
|
commands:
|
|
|
|
- cargo test
|
2021-04-24 12:44:53 +02:00
|
|
|
|
|
|
|
branches: [ master, develop ]
|