mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-06 23:03:24 +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
|