Skip to content

feat: rewrite random.cpp #24

feat: rewrite random.cpp

feat: rewrite random.cpp #24

Workflow file for this run

name: C++ Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install build tools
run: |
sudo apt-get update
sudo apt-get install -y g++
- name: Run tests
run: |
./scripts/test.sh all