Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
nimble-version: b920dad9ed76c6619be3ec0cfbf0dde6f9e39092
nimble-version: 20e76c3061aeacc27a9740ba467c83645ab49f92
test-command: |
env NIMLANG=c nimble test
env NIMLANG=cpp nimble test
nimble setup
env NIMLANG=c nimble test -g
env NIMLANG=cpp nimble test -g

env nimble examples
3 changes: 3 additions & 0 deletions tests/test_all.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

{. warning[UnusedImport]:off .}

echo "Nim version: "
echo (NimMajor, NimMinor)

import
test_lexer,
test_serialization,
Expand Down