Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed Feb 10, 2024
1 parent 038245e commit 5f7be6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install lld
run: sudo apt -y install lld
- name: Build all
run: cargo build --all # --verbose
run: cargo check --all # --verbose
- name: Build all targets
run: cargo build --all-targets # --verbose
run: cargo check --all-targets # --verbose
- name: Run all tests
run: cargo test --all # --verbose
# cargo t --all -- --nocapture
Expand Down

0 comments on commit 5f7be6d

Please sign in to comment.