oauth2_proxy: Start running tests for oauth2_proxy
No NixOS tests yet, but this is better than nothing.
This commit is contained in:
parent
3c551848be
commit
3552e610c3
@ -15,6 +15,8 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
|
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
|
||||||
buildFlagsArray = ("-ldflags=-X main.VERSION=${version}");
|
buildFlagsArray = ("-ldflags=-X main.VERSION=${version}");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user