regenerate stdlib docs #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
runt-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install build deps | |
run: | | |
sudo apt-get update | |
sudo apt-get install build-essential libreadline-dev | |
- name: compile | |
run: make | |
- name: run tests | |
run: | | |
CBCVM_PATH=lib scripts/run-tests |