Skip to content

Commit

Permalink
ci: gui tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agukrapo committed Jul 21, 2024
1 parent e602d67 commit dfb496b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
go-version: 'stable'

- name: ubuntu deps
run: sudo apt-get install gcc libgl1-mesa-dev xorg-dev

- name: Install build dependencies
run: make deps

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: clean

test: build
@echo "Testing ${NAME}..."
@gotestsum ./... -cover -race -shuffle=on
@gotestsum $(shell go list ./... | grep -v cmd/gui) -cover -race -shuffle=on

format:
@echo "Formatting ${NAME}..."
Expand Down

0 comments on commit dfb496b

Please sign in to comment.