mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-05-22 01:29:56 +00:00
debug
This commit is contained in:
parent
eff7284b01
commit
4146391a00
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
nim-version: ${{matrix.nim}}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -y
|
||||
run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true
|
||||
- name: Upload nimble log
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: nimble-log-${{ matrix.os }}-${{ matrix.nim }}
|
||||
path: nimble-output.log
|
||||
- name: Test
|
||||
run: nimble test -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user