Skip to content

Commit

Permalink
Update dep, make update_job more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Jul 18, 2024
1 parent 1f28f76 commit 36ef8b6
Show file tree
Hide file tree
Showing 29 changed files with 1,725 additions and 1,378 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo build --verbose --all-features
- name: Run clippy
run: cargo clippy --all --tests
run: cargo clippy --all --tests --all-features
- name: Run tests
run: cargo test --all --verbose --all-features
- name: Check formatting
run: cargo fmt -- --check
Loading

0 comments on commit 36ef8b6

Please sign in to comment.