added test action
Some checks failed
Build for Linux / test-build (push) Failing after 40s

This commit is contained in:
Paul Wilde 2025-01-03 23:18:57 +00:00
parent da71e6990a
commit ce7a87f999

View file

@ -5,6 +5,8 @@ on: [push]
jobs:
test-build:
runs-on: docker
container:
image: nimlang/nim:latest
steps:
- name: Install Dependencies
run: |