The Docker image for running F# solutions submitted to Exercism.
To run a solution's tests, follow these steps:
- Open a command prompt in the root directory.
- Run
./run.ps1 <exercise> <directory>
. This script will:- Make sure all tests run (no skipped tests).
- Run all the tests.
To run a solution's tests using a Docker container, follow these steps:
- Open a command prompt in the root directory.
- Run
./run-in-docker.ps1 <exercise> <directory>
. This script will:- Make sure all tests run (no skipped tests).
- Run all the tests.
The scripts in this repository are written in PowerShell. As PowerShell is cross-platform nowadays, you can also install it on Linux and macOS.