mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-03 07:45:18 +00:00
Compile actual test files
This commit is contained in:
parent
640e668dfe
commit
04546ef629
@ -5,4 +5,4 @@ before_install:
|
||||
- docker pull yglukhov/nim-base
|
||||
script:
|
||||
- docker run yglukhov/nim-base nim --version
|
||||
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-base nimble install -y;./test.sh
|
||||
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-base nimble install -y;./tests/test.sh
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# nim c tests/code_stream_test.nim
|
||||
# nim c tests/gas_meter_test.nim
|
||||
# nim c tests/memory_test.nim
|
||||
# nim c tests/stack_test.nim
|
||||
nim c tests/code_stream_test.nim
|
||||
nim c tests/gas_meter_test.nim
|
||||
nim c tests/memory_test.nim
|
||||
nim c tests/stack_test.nim
|
||||
./tests/code_stream_test
|
||||
./tests/gas_meter_test
|
||||
./tests/memory_test
|
||||
|
Loading…
x
Reference in New Issue
Block a user