Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Remove unused symbols #15

Remove unused symbols

Remove unused symbols #15

Workflow file for this run

name: CI for ICS4U Culminating Project Mastermind
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run unit tests
run: |
cd culminating-mastermind
./gradlew test