shiika-lang / shiika

A statically-typed programming language
MIT License
224 stars 15 forks source link

Develop environment in Docker container #541

Closed yamakoud closed 3 months ago

yamakoud commented 3 months ago

What I did

What I test

docker compose build --no-cache
docker compose exec dev bash

And then run tests in container

cargo test
yamakoud commented 3 months ago

I'm sorry open PR before discussing but I need it.

@yhara plz review this and if you feel ok plz merge this

yhara commented 3 months ago

👍

yamakoud commented 3 months ago

thx!