Skip to content

Commit

Permalink
temporarily ignore check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ford committed Jan 30, 2024
1 parent d526d76 commit 2eafa72
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ concurrency:
cancel-in-progress: true

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Rust toolchain
run: rustup default stable
- name: Build
run: cargo build --locked --verbose
# - name: Run tests
# run: cargo test --locked --verbose
- name: Rustfmt and Clippy
run: |
cargo fmt -- --check
cargo clippy
# check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - name: Setup Rust toolchain
# run: rustup default stable
# - name: Build
# run: cargo build --locked --verbose
# # - name: Run tests
# # run: cargo test --locked --verbose
# - name: Rustfmt and Clippy
# run: |
# cargo fmt -- --check
# cargo clippy
test:
runs-on: self-hosted
steps:
Expand Down

0 comments on commit 2eafa72

Please sign in to comment.