ci: update job name, speed up sqlx compile time queries

This commit is contained in:
Philippe Loctaux 2023-03-25 12:28:41 +01:00
parent 540e2d8aed
commit d8fe336b06
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@ variables:
- &rust_image 'rust:latest'
pipeline:
test:
ci:
image: *rust_image
pull: true
commands:

View file

@ -12,4 +12,7 @@ url = "2.3"
serde = "1"
serde_json = "1"
nanoid = "0.4"
nanoid-dictionary = "0.4"
nanoid-dictionary = "0.4"
[profile.dev.package.sqlx-macros]
opt-level = 3