Skip to content

fix bug where watson_random returns 2L samples instead of L #76

fix bug where watson_random returns 2L samples instead of L

fix bug where watson_random returns 2L samples instead of L #76

Workflow file for this run

name : Tests
on:
push:
branches:
- vlad/devel
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build Docker Image
run: docker compose --profile test build tests
- name: Run Tests
run: docker compose --profile test run --rm tests