mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Saving your changes *before* comitting is sometimes useful
This commit is contained in:
parent
ade3c8ce04
commit
c750e44b52
|
|
@ -4,9 +4,6 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
echo "Checking that it builds"
|
|
||||||
go build
|
|
||||||
|
|
||||||
# Check that all the packages can build.
|
# Check that all the packages can build.
|
||||||
# When `go build` is given multiple packages it won't output anything, and just
|
# When `go build` is given multiple packages it won't output anything, and just
|
||||||
# checks that everything builds.
|
# checks that everything builds.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue