Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 authored Aug 24, 2023
1 parent c64f749 commit 2ce1b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version:
- 18.x # LTS
- latest
os: [macos-latest, windows-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global cheerp
- run: npx cheerp test/hello.cpp -o test/hello.js
- run: npx cheerp clang++ test/hello.cpp -o test/hello.js
- run: node test/hello.js > test/hello.out
- run: diff test/hello.out test/hello.expected

0 comments on commit 2ce1b14

Please sign in to comment.