Skip to content

Commit

Permalink
Disable cargo check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Oct 1, 2024
1 parent 10c4f41 commit 18c8b57
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/telos_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ on: [pull_request, push]
name: Continuous integration

jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --workspace

# check:
# name: Check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - uses: actions-rs/cargo@v1
# with:
# command: check
# args: --workspace
#
test:
name: Test Suite
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18c8b57

Please sign in to comment.