Skip to content

Commit

Permalink
add debug mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed May 27, 2024
1 parent cfeb742 commit ca9e380
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/GeneratedTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GENERATED_DATA_AVAILABLE=1 make test
debug-tests-linux:
name: Generated Tests (Linux)
name: Debug mode tests (Linux)
runs-on: ubuntu-latest
env:
GEN: ninja
Expand Down Expand Up @@ -83,10 +83,6 @@ jobs:
with:
vcpkgGitCommitId: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6

- name: Build
shell: bash
run: make generate-data

- name: Test
shell: bash
run: |
Expand Down

0 comments on commit ca9e380

Please sign in to comment.