Skip to content

Commit

Permalink
Allow to just run specific tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Feb 2, 2025
1 parent 81c772b commit eade147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ download:
tar -xzf cms.tar.gz

# Run shell in docker
run:
docker run {{ platform_arg }} -v $(pwd):/rna/r2dt -v {{ data_dir }}:/rna/r2dt/data/cms -it --rm {{ image }}
run tag=default_tag:
docker run {{ platform_arg }} -v $(pwd):/rna/r2dt -v {{ data_dir }}:/rna/r2dt/data/cms -it --rm {{ image }}:{{tag}}

# Run all tests in docker
test-all:
Expand Down

0 comments on commit eade147

Please sign in to comment.