Skip to content

Commit

Permalink
Comment out test 2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Nov 17, 2024
1 parent 4f93c77 commit 5d30f90
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 @@ -19,7 +19,7 @@ jobs:
run: cargo build --verbose --features hw1
- name: hw1-test-1
run: cargo test --verbose --features hw1-test-1
- name: hw1-test-2
run: cargo test --verbose --features hw1-test-2
# - name: hw1-test-2
# run: cargo test --verbose --features hw1-test-2
- name: hw1-test-3
run: cargo test --verbose --features hw1-test-3

0 comments on commit 5d30f90

Please sign in to comment.