Skip to content

Commit

Permalink
Pending test
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jul 18, 2024
1 parent e0102f3 commit e6eb1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Fmt
run: cargo fmt -- --check --verbose
- name: "[Pending]Test"
run: cargo test --verbose --all-features
run: echo "Pending test"
# run: cargo test --verbose --all-features
# - name: Setup iptables for the timeout test
# run: sudo ip6tables -I INPUT 1 -p tcp -d ::1 --dport 60000 -j DROP
- name: "[Pending]Timeout test"
Expand Down

0 comments on commit e6eb1b7

Please sign in to comment.