Skip to content

Commit

Permalink
chore: only test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 9, 2022
1 parent 5a604fb commit 189d7ec
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@ on:

jobs:
lint_and_test:
name: Linting and Testing
name: Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true

- run: rustup component add clippy

- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 189d7ec

Please sign in to comment.