Skip to content

Commit

Permalink
feat: Add test step for main module
Browse files Browse the repository at this point in the history
Signed-off-by: Vyom Yadav <73882557+Vyom-Yadav@users.noreply.github.com>
  • Loading branch information
Vyom-Yadav committed May 23, 2023
1 parent d1f9a1e commit 16f284a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
cd ../tests
go get -t ./...
- name: Build
- name: Build & Test
run: |
cd ./resource-cel-validator
go build -v ./...
go test -v ./...
- name: Test
- name: e2e Tests
run: |
cd ./tests
go test -v ./...

0 comments on commit 16f284a

Please sign in to comment.