Skip to content

Fix a bug in print_radixu() #479

Fix a bug in print_radixu()

Fix a bug in print_radixu() #479

Workflow file for this run

name: Builds and tests
on:
push:
branches: [ '*' ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install xcompiler
run: ./scripts/install-ci.sh
- name: Print xcompiler version
run: riscv64-linux-gnu-gcc --version
- name: Build qemu-image
run: make build-qemu-image
- name: Make all binaries
run: make all
- name: Run all tests
run: ./scripts/run-all-tests.sh