Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine committed Feb 13, 2024
1 parent e7928f0 commit 94fdb4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
conformance:
name: Conformance Testing
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Setup Cache
uses: actions/cache@v3
Expand All @@ -29,7 +27,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version: stable
cache: true
- name: Test conformance
run: make conformance

0 comments on commit 94fdb4b

Please sign in to comment.