Skip to content

fix: trying to make the tests run correctly #111

fix: trying to make the tests run correctly

fix: trying to make the tests run correctly #111

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