Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett authored Apr 2, 2024
1 parent 43cbfe3 commit 016cb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: build-and-test-asan-debug
run: make DEBUG=1 ASAN=1 run
run: cd test && make DEBUG=1 ASAN=1 run
- name: build-and-test
run: make run
run: cd test && make run

0 comments on commit 016cb2f

Please sign in to comment.