diff options
author | Megan <megan@cryptoworkshop.com> | 2022-07-15 07:07:26 +0000 |
---|---|---|
committer | Megan <megan@cryptoworkshop.com> | 2022-07-15 07:07:26 +0000 |
commit | e231998ef691abcd40b829c227d3e3785e99ffd4 (patch) | |
tree | d1bff1a93b795c2ce7196d7eba601df2cbef2b20 /.gitlab-ci.yml | |
parent | Initial test workflow (diff) | |
download | BouncyCastle.NET-ed25519-e231998ef691abcd40b829c227d3e3785e99ffd4.tar.xz |
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e9c9cdf1..712ce0c42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,5 @@ stages: # List of stages for jobs, and their order of execution net462-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. script: + - "dir " - "dotnet test --framework net462 -v:normal -l \"console;verbosity=detailed\" crypto\\test\\BouncyCastle.Crypto.Tests.csproj" |