Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
douyixuan committed Jul 11, 2024
1 parent c2d9874 commit c7ea3c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,12 @@ jobs:

- name: Build
run: |
make build
make all
- name: Test .cell
run: |
./output/cell tests/examples/always-true.cell
./always-true
./output/cell tests/examples/always-true.cell -t riscv
source install.sh
make test
# - name: Test
# run: make test

0 comments on commit c7ea3c6

Please sign in to comment.