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 7373379 commit df981a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ jobs:
- name: Run Tests
run: cargo nextest run --workspace --all-features

- name: Run load test
run: artillery run --output report.json load-test.yml

- name: Upload test report
uses: actions/upload-artifact@v4
with:
name: artillery-report
path: report.json

- name: Lints checks
run: |
cargo clippy --workspace --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit df981a8

Please sign in to comment.