Add workflow_dispatch to re-run manually
CI / cargo fmt (push) Successful in 10m16s
CI / cargo test (push) Successful in 23m10s
CI / cargo test (GPU) (push) Failing after 13m38s

This commit is contained in:
2026-06-19 14:14:43 -04:00
parent 64b2863fc2
commit a7df0a6d2a
+1
View File
@@ -2,6 +2,7 @@ name: "CI"
on: on:
push: push:
pull_request: pull_request:
workflow_dispatch:
jobs: jobs:
formatting: formatting: