mirror of
https://github.com/logos-storage/swarmsim.git
synced 2026-01-02 13:53:07 +00:00
add basic CI
This commit is contained in:
parent
494a6c6fa1
commit
463d7d1926
17
.github/workflows/run-tests.yml
vendored
Normal file
17
.github/workflows/run-tests.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user