intense discordant music
This commit is contained in:
parent
ab6ace33c1
commit
1fb4a48818
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
variant: ${{ matrix.racket-variant }}
|
||||
version: ${{ matrix.racket-version }}
|
||||
- name: Installing MRG and its dependencies
|
||||
run: raco pkg install --no-docs --auto --name MRG
|
||||
run: raco pkg install --no-docs --auto --name moonrat
|
||||
- name: Compiling MRG and building its docs
|
||||
run: raco setup --check-pkg-deps --unused-pkg-deps MRG
|
||||
run: raco setup --check-pkg-deps --unused-pkg-deps moonrat
|
||||
- name: Testing MRG
|
||||
run: raco test -x -p MRG
|
||||
run: raco test -x -p moonrat
|
||||
|
|
Loading…
Reference in a new issue