Skip to content
Snippets Groups Projects
Commit 74cde6b0 authored by Padok's avatar Padok
Browse files

ci

parent d99c583e
No related branches found
No related tags found
1 merge request!26Ci fixes
......@@ -23,17 +23,17 @@ build:fuzz_calc:
artifacts:
expire_in: 30 days
paths:
- result-2
- result
testing:run_test:
stage: testing
script:
- nix-build release.nix -A rpnCalcTests
- cat result-4/out/test.log
- cat result/out/test.log
artifacts:
expire_in: 30 days
paths:
- result-4
- result
testing:fuzz:
stage: testing
......@@ -47,4 +47,4 @@ testing:fuzz:
artifacts:
expire_in: 30 days
paths:
- result-3
- result
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment