Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Dec 5, 2020
1 parent 32b3f12 commit 2463404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Check Formatting
run: cargo fmt --all --exclude="metrics-observer"-- --check
run: cargo fmt --all -- --check
test:
name: Test ${{ matrix.rust_version }}/${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -34,7 +34,7 @@ jobs:
toolchain: ${{ matrix.rust_version }}
override: true
- name: Run Tests
run: cargo test
run: cargo test --exclude="metrics-observer"
docs:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2463404

Please sign in to comment.