Skip to content

Complete the renaming pop-count => eliuds-eggs, to satisfy the test r… #159

Complete the renaming pop-count => eliuds-eggs, to satisfy the test r…

Complete the renaming pop-count => eliuds-eggs, to satisfy the test r… #159

Workflow file for this run

# Run all tests for commits to master
name: tcl / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Install Deps
run: |
sudo apt-get update && sudo apt-get -y install tcl-thread
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Run tests for all exercises
run: bash bin/ci