Skip to content

Commit

Permalink
fix: fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngha-Boris committed Feb 18, 2025
1 parent df981a8 commit f6fc3eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 69 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo

- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -50,6 +51,11 @@ jobs:
- name: Build Project
run: cargo build --workspace --all-features

- name: Start the server
run: cargo run
env:
SERVER_LOCAL_PORT: 3000

- name: Run Tests
run: cargo nextest run --workspace --all-features

Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/artillery.yml

This file was deleted.

0 comments on commit f6fc3eb

Please sign in to comment.