Skip to content

Commit

Permalink
Build tests using 'dylan-tool'
Browse files Browse the repository at this point in the history
- Use dylan-tool to build the tests.

- Removing checkout recursive since there are no submodules.
  • Loading branch information
fraya committed Jul 23, 2023
1 parent 22f8b14 commit f53cf2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: dylan-lang/install-opendylan@v3
with:
version: 2023.1
tag: v2023.1.0

- name: Install dependencies
run: dylan update

- name: Build testworks-test-suite-app
run: dylan-compiler -build -jobs 3 testworks-test-suite-app
run: dylan build testworks-test-suite-app

- name: Run testworks-test-suite-app
run: _build/bin/testworks-test-suite-app

0 comments on commit f53cf2d

Please sign in to comment.