Skip to content

Commit

Permalink
✅ fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuno-fukuda committed Nov 13, 2023
1 parent 5306733 commit 83f65e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}

- name: Cargo run
uses: actions-rs/cargo@v1
with:
command: run
run: cargo run

- name: Run API tests
run: |
Expand Down

0 comments on commit 83f65e1

Please sign in to comment.