Skip to content

Commit

Permalink
remove cargo run from rust pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KavikaPalletenne committed Nov 13, 2024
1 parent 64e6ddc commit f5302f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
- name: Build
working-directory: backend/server
run: cargo build
- name: Run
working-directory: backend/server
run: timeout 30 cargo run
- name: Cargo Clippy
working-directory: backend/server
run: cargo clippy
Expand Down

0 comments on commit f5302f7

Please sign in to comment.