Skip to content

Commit

Permalink
foo5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 committed Jan 29, 2025
1 parent c2b4770 commit 54707dc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
ls
cargo build
cargo test --verbose
- name: Generate documentation
run: cargo doc --verbose

- name: Run coverage
run: cargo install cargo-tarpaulin && cargo tarpaulin --avoid-cfg-tarpaulin # --fail-under 75

lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -38,18 +31,6 @@ jobs:

- name: Run Clippy
run: cargo clippy --verbose

- name: Run Cargo check
run: cargo check --verbose

benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Run benchmarks
run: cargo bench --verbose

audit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 54707dc

Please sign in to comment.