Skip to content

Commit

Permalink
Remove unnecessary pipeline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Mar 5, 2024
1 parent 48e8154 commit 0150d9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install latest nightly
run: rustup update

- name: Build Korangar (release)
run: cargo build

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install latest nightly
run: rustup update

- name: Add Rustfmt
run: rustup component add rustfmt

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install latest nightly
run: rustup update

- name: Run unit tests
run: cargo test --all-features

0 comments on commit 0150d9d

Please sign in to comment.