Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

add linux support to mojoproject #186

add linux support to mojoproject

add linux support to mojoproject #186

Workflow file for this run

name: Run Tests
on: ["push"]
jobs:
test:
name: with ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-14"]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
defaults:
run:
shell: bash
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install magic
run: |
curl -ssL https://magic.modular.com | bash
- name: Run tests
run: |
source $HOME/.bash_profile
magic run tests