Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Sep 5, 2024
1 parent bd44708 commit aeef4f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
name: FStar
extra: --exclude=FStar/ocaml/_build
hometag: FSTAR

test-fstar:
runs-on: ubuntu-latest
Expand All @@ -53,7 +54,6 @@ jobs:
- uses: mtzguido/gci-download@master
with:
name: FStar
hometag: FSTAR

- name: Test
run: make -C FStar -skj$(nproc) ci-uregressions
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
name: FStar-boot
path: FStar
extra: --exclude=FStar/ocaml/_build
hometag: FSTAR

build-pulse:
runs-on: ubuntu-latest
Expand All @@ -108,7 +109,6 @@ jobs:
- uses: mtzguido/gci-download@master
with:
name: FStar
hometag: FSTAR

- name: Checkout pulse
uses: actions/checkout@master
Expand All @@ -122,6 +122,7 @@ jobs:
- uses: mtzguido/gci-upload@master
with:
name: pulse
hometag: PULSE

test-pulse-boot:
runs-on: ubuntu-latest
Expand All @@ -137,8 +138,6 @@ jobs:
- uses: mtzguido/gci-download@master
with:
name: FStar-boot
path: FStar
hometag: FSTAR

- name: Checkout pulse
uses: actions/checkout@master
Expand Down

0 comments on commit aeef4f3

Please sign in to comment.