diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d2db1..b61fe03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,12 @@ on: jobs: + debug: + name: debug + runs-on: ubuntu-latest + steps: + - uses: hmarr/debug-action@v3 + rutest: name: Test Rust strategy: