Skip to content

Commit

Permalink
Run tests during CI
Browse files Browse the repository at this point in the history
Tests previously ran in Travis but were accidentally removed in
2dee823.  This would have prevented a
regression introduced in GoogleCloudPlatform#597.  References GoogleCloudPlatform#590.
  • Loading branch information
gaul committed Feb 11, 2022
1 parent e46f1b8 commit 6467ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- name: Build
run: |
go build ./...
go test -v ./...
go install ./tools/build_gcsfuse
build_gcsfuse . /tmp ${GITHUB_SHA}

0 comments on commit 6467ddc

Please sign in to comment.