Skip to content

Commit

Permalink
ci: fix integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 16, 2024
1 parent afd7cf9 commit 0608948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
integration_tests:
rust: stable
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.event.label.name == 'integration tests' || contains(github.event.pull_request.labels.*.name, 'integration tests') }}
Expand All @@ -23,7 +22,7 @@ jobs:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
toolchain: stable
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit 0608948

Please sign in to comment.