Skip to content

Commit

Permalink
fix:since all tests are passing in mariner2, remove continue on error…
Browse files Browse the repository at this point in the history
… clause
  • Loading branch information
mertakman committed Oct 8, 2024
1 parent 2aee5c2 commit c50cd9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run Test
# This line is temporary. We are currently working on a fix to fully support Mariner 2.0. Once the fix is merged, we will remove this line.
continue-on-error: true
run: go test -v ./...

0 comments on commit c50cd9e

Please sign in to comment.