mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-03 14:03:09 +00:00
attempting to fix ci
This commit is contained in:
parent
3de2d27cbc
commit
f4535b7b08
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -30,14 +30,14 @@ jobs:
|
||||
run: |
|
||||
which gcc
|
||||
gcc --version
|
||||
make -j${ncpu} update
|
||||
make update
|
||||
./env.sh nim --version
|
||||
make -j${ncpu}
|
||||
make
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
make -j${ncpu} test
|
||||
make test
|
||||
|
||||
- name: Build crawler
|
||||
run: |
|
||||
make -j${ncpu}
|
||||
make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user