Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Jul 11, 2024
1 parent 3fc6cca commit 4868174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
test-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test backend
run: |
cd backend
Expand All @@ -34,6 +35,7 @@ jobs:
test-backend-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test backend example
run: |
cd backend
Expand Down

0 comments on commit 4868174

Please sign in to comment.