Skip to content

Commit

Permalink
ci(workflow): Update rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlooches committed Mar 24, 2024
1 parent 2759269 commit 86485e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Rust

on:
push:
branches:
- "*"
pull_request:
branches:
- "*"

env:
CARGO_TERM_COLOR: always
Expand All @@ -21,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 86485e3

Please sign in to comment.