mirror of
https://github.com/matrix-org/gomatrix
synced 2025-07-05 20:09:29 +00:00
7 lines
70 B
Bash
Executable file
7 lines
70 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -eu
|
|
|
|
golangci-lint run
|
|
|
|
go test -timeout 5s -test.v
|