Skip to content

Commit

Permalink
Reorder tests to do shorter tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Sep 16, 2023
1 parent ae81895 commit 9e1e2c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
run: |
go get -v -t -d ./...
- name: Vet
run: go vet

- name: Validate Docs Data
run: |
mkdir -p ~/.local/bin/ && curl -Lo ~/.local/bin/docgen https://github.com/overmindtech/docgen/releases/latest/download/docgen-amd64 && chmod +x ~/.local/bin/docgen
Expand All @@ -47,6 +44,9 @@ jobs:
exit 1
fi
- name: Vet
run: go vet

- name: Run tests
run: go test ./...
env:
Expand Down

0 comments on commit 9e1e2c8

Please sign in to comment.