Skip to content

Commit

Permalink
ci: Remove test for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Feb 9, 2024
1 parent a9384ad commit 9487e57
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ jobs:
- name: Test
run: cd ns/v4 && go test -v ./...

test-examples:
name: Test Examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache-dependency-path: examples/go.sum
- name: Test
run: cd examples && go test -v ./...

test-eud:
name: Test EUD
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9487e57

Please sign in to comment.