add basic CI

This commit is contained in:
gmega 2023-08-12 12:22:26 -03:00
parent 494a6c6fa1
commit 463d7d1926
2 changed files with 19 additions and 2 deletions

17
.github/workflows/run-tests.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
name: Ubuntu, Nim 1.6.12
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
with:
version: 1.6.12
- name: Install Deps
run: nimble install -y
- name: Run tests
run: nimble test -y

View File

@ -1,4 +1,4 @@
swarmsim
swarmsim · ![](https://github.com/codex-storage/swarmsim/actions/workflows/run-tests.yml/badge.svg)
========
A simulator for experimenting with swarm protocols. There is not much to see yet. :-)