Skip to content

Commit

Permalink
Supply SMALL=1 in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 5, 2023
1 parent ea4a08d commit 04631bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
# Test slow_odgi.
- name: Set up for slow_odgi tests
run: make slow-odgi-setup
run: make slow-odgi-setup SMALL=1
- name: Test slow_odgi
run: make test-slow-odgi
run: make test-slow-odgi SMALL=1

test-parser:
name: test DSL parser
Expand Down

0 comments on commit 04631bc

Please sign in to comment.