Skip to content

Commit

Permalink
fix: add locked param
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Dec 14, 2023
1 parent 74ca8fc commit 2ab882b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ VERSION 0.7

test-integration:
FROM ../+builder
RUN cargo nextest run --test integration

RUN cargo nextest run --locked --test integration

test-end2end:
FROM ../+builder
RUN cargo nextest run --test end2end
RUN cargo nextest run --locked --test end2end

test-nonfunctional:
FROM ../+builder
RUN cargo nextest run --test nonfunctional
RUN cargo nextest run --locked --test nonfunctional

0 comments on commit 2ab882b

Please sign in to comment.