This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: Build Project
|
||||
name: Build and Test Project
|
||||
|
||||
on: []
|
||||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -29,4 +30,6 @@ jobs:
|
||||
run: cargo install sqlx-cli && sqlx migrate run
|
||||
- name: Running cargo build
|
||||
run: cargo build --release
|
||||
- name: Running cargo build
|
||||
run: cargo test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user