Skip to content

Commit

Permalink
ci: add github action steps to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suliatis committed Nov 22, 2023
1 parent 529352f commit 0b0eceb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6.3
- uses: VirtusLab/scala-cli-setup@v0.1
- name: Tests
run: make test

0 comments on commit 0b0eceb

Please sign in to comment.