Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswolff96 authored Nov 9, 2024
1 parent 53f608f commit 4acd141
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install latest rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
profile: minimal
- name: Clean
run: cargo clean
- name: Build
run: cargo build --verbose
test:
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
toolchain: stable
override: true
profile: minimal
- name: Clean
run: cargo clean
- name: Diesel Migrations
run: cargo install diesel_cli --no-default-features -F postgres && diesel migration run
- name: Run tests
Expand Down

0 comments on commit 4acd141

Please sign in to comment.