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

Commit

Permalink
Drop proprietary runner dependency in favor of go tooling (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 26, 2022
1 parent a8912d0 commit 3cabaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Installer runner
run: go get -v github.com/alecaivazis/run
- name: Run tests
run: go test -timeout 30s -v $(go list -v ./... | grep -vE '(tests|examples)$')
env:
GO111MODULE: off

- name: Run Tests
run: run tests
GOFLAGS: "-mod=vendor"
19 changes: 0 additions & 19 deletions _tasks.hcl

This file was deleted.

0 comments on commit 3cabaff

Please sign in to comment.