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 #597.  References #590.
  • Loading branch information
gaul authored and lezh committed Feb 11, 2022
1 parent e46f1b8 commit 365772e
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 365772e

Please sign in to comment.