Skip to content

Commit

Permalink
Updating ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Feb 29, 2024
1 parent bcac754 commit af40dd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:

- name: Run Clippy
run: cargo clippy --all-targets --all-features
working-directory: backend

- name: Build Project
run: cargo build --release
working-directory: backend

- name: Run Tests
run: cargo test
run: cargo test
working-directory: backend

0 comments on commit af40dd1

Please sign in to comment.