Skip to content

feat: update on unit tests #112

feat: update on unit tests

feat: update on unit tests #112

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests
run: |
sudo apt-get update
sudo apt-get install -qq make llvm-dev
git clone https://github.com/odin-lang/Odin
cd Odin
make release-native
make
bash ./test.sh