diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-07 14:54:40 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-07 14:55:19 -0600 |
commit | 1495c78656c94396c35c5eef5838e2d0f5cce4bf (patch) | |
tree | 1d469a44fb9708f1de0f05dae674bba297b08d2f /srv/src/chat | |
parent | 0d016129a425d7014c5b8e2ec8eea50962f9ede3 (diff) |
Move integration tests under a build tag
Diffstat (limited to 'srv/src/chat')
-rw-r--r-- | srv/src/chat/chat_it_test.go (renamed from srv/src/chat/chat_test.go) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srv/src/chat/chat_test.go b/srv/src/chat/chat_it_test.go index d37921c..1767d88 100644 --- a/srv/src/chat/chat_test.go +++ b/srv/src/chat/chat_it_test.go @@ -1,3 +1,5 @@ +//go:build integration + package chat import ( |