Skip to content

Commit e1e8c28

Browse files
committed
fix ci
Signed-off-by: Pushkar Mishra <[email protected]>
1 parent e3d62c1 commit e1e8c28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- name: Make test script executable
3535
run: chmod +x test_api.sh
3636
- name: Run API tests
37-
run: ./test_api.sh || echo "API tests failed but continuing with other checks"
38-
continue-on-error: true
37+
run: ./test_api.sh
3938

4039
fmt:
4140
name: Format

0 commit comments

Comments
 (0)