Skip to content

Commit

Permalink
Remove workflow debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Feb 15, 2024
1 parent 485cf4b commit 3ec0d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
steps:
- uses: Avarok-Cybersecurity/gh-actions-deps@master
- uses: taiki-e/install-action@nextest
- run: cargo test test_internal_service_group_create -- --nocapture
if: startsWith(matrix.os, 'ubuntu')
- run: cargo nextest run --package citadel-internal-service --features=vendored
if: startsWith(matrix.os, 'windows')
- run: cargo nextest run --package citadel-internal-service
Expand Down

0 comments on commit 3ec0d17

Please sign in to comment.