diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 19:53:20 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 20:08:22 -0700 |
| commit | 66fb5845ae18d6f5e852f4e516ccbf5447ababfd (patch) | |
| tree | b7ec669b657bb6edcf92da8e65b5301403c6ceaa /.drone.yml | |
| parent | 3735959ff9bad75181436581de3f94b87d3160f8 (diff) | |
| download | hatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.tar.gz hatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.zip | |
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ steps: - name: run tests image: golang commands: - - go install -v + - go mod download - go test -p 1 -v ./... trigger: @@ -23,7 +23,7 @@ steps: - name: run tests image: golang commands: - - go install -v + - go mod download - go test -p 1 -v ./... - name: docker image: plugins/docker |
