Skip to content

Commit

Permalink
workflow(fix): Update CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
c272 committed May 7, 2024
1 parent 6a2fc67 commit 26b84f5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ on: [push]
name: unit_tests

jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rust-src
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check

unit_tests:
needs: check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26b84f5

Please sign in to comment.