Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
[DO NOT MERGE] Always run rust steps
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 27, 2022
1 parent bb7468e commit afb7bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
lint-clippy:
runs-on: ubuntu-latest
needs: changes
if: ${{ needs.changes.outputs.rust == 'true' }}
# if: ${{ needs.changes.outputs.rust == 'true' }}

steps:
- uses: actions/checkout@v3
Expand All @@ -107,7 +107,7 @@ jobs:
lint-rustfmt:
runs-on: ubuntu-latest
needs: changes
if: ${{ needs.changes.outputs.rust == 'true' }}
# if: ${{ needs.changes.outputs.rust == 'true' }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
name: Run Complement Tests
cargo-test:
if: ${{ needs.changes.outputs.rust == 'true' }}
# if: ${{ needs.changes.outputs.rust == 'true' }}
runs-on: ubuntu-latest
needs:
- linting-done
Expand Down

0 comments on commit afb7bec

Please sign in to comment.