oauth2_proxy: Start running tests for oauth2_proxy

No NixOS tests yet, but this is better than nothing.
This commit is contained in:
Nikola Knezevic 2020-04-09 14:18:38 +02:00
parent 3c551848be
commit 3552e610c3

View File

@ -15,6 +15,8 @@ buildGoPackage rec {
goDeps = ./deps.nix;
doCheck = true;
# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
buildFlagsArray = ("-ldflags=-X main.VERSION=${version}");