Skip to content

Commit

Permalink
Exclude cparser tests from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
itaispiegel committed May 20, 2024
1 parent 018faff commit d1a3a77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/user-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
go-version-file: user/go.mod
cache: false
- run: sudo apt install -y bison
- run: go generate -v ./...
working-directory: user
- name: Run unit tests
run: go test -v ./...
run: go test -v ./pkg/... # cparser tests don't work yet on Github Actions
working-directory: user

0 comments on commit d1a3a77

Please sign in to comment.