Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Remove tests because they don't really test the actual printer
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyak committed Apr 27, 2022
1 parent e35cc8d commit 5ca0284
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 466 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- workflow_dispatch

jobs:
test:
vet:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +18,3 @@ jobs:

- name: vet
run: go vet ./...

- name: test
run: go test ./...
Loading

0 comments on commit 5ca0284

Please sign in to comment.