Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
linxuanm committed Mar 5, 2024
1 parent 9b99737 commit 072739b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: c0-in-c0 CI
name: C0-in-C0 Tests

on:
push:
Expand All @@ -11,10 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
- name: Install cc0
run: |
wget https://c0.cs.cmu.edu/downloads/cc0-debian.deb
sudo apt install ./cc0-debian.deb
- name: Compile
run: make

- name: Run test
- name: Run Tests
run: make test

0 comments on commit 072739b

Please sign in to comment.