Update workflow file
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install sqlx-cli
|
||||
run: cargo install sqlx-cli
|
||||
- name: Build Client
|
||||
run: cd client && cargo build --verbose
|
||||
- name: Build Server
|
||||
|
||||
Reference in New Issue
Block a user