Skip to content

Commit

Permalink
Add debug CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Nov 28, 2024
1 parent 2c5f01a commit 05da2f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:

jobs:

debug:
name: debug
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v3

rutest:
name: Test Rust
strategy:
Expand Down

0 comments on commit 05da2f1

Please sign in to comment.