Skip to content
Snippets Groups Projects

CI

Merged Stephen D requested to merge ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,13 +14,13 @@ before_script:
- rustup component add rustfmt
- rustup component add clippy
- cargo install sqlx-cli
- sqlx database create
- sqlx migrate run
test:
stage: test
script:
- cp ci.toml config.toml
- sqlx database create
- sqlx migrate run
- cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
Loading