Skip to content

Commit

Permalink
chore: force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent 665df50 commit aa1ea6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ jobs:
exit $test_exit_code
EOF
- name: Disconnect
run: tailscale down
1 change: 1 addition & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ test_cuda_available() {

if [[ "$output" == "True" ]]; then
ansi_format "pass" "$pass_message"
return 1
else
ansi_format "fail" "CUDA is not available. Expected True but got [$output]."
return 1
Expand Down

0 comments on commit aa1ea6a

Please sign in to comment.