Skip to content

Commit af78a3b

Browse files
committed
switch vm back
1 parent 9a16297 commit af78a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasp-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
defaults:
99
run:
1010
working-directory: wasp
11-
runs-on: ubuntu22.04-8cores-32GB
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: dorny/paths-filter@v3
@@ -24,4 +24,4 @@ jobs:
2424
- name: Run tests
2525
if: steps.changes.outputs.src == 'true'
2626
run: |-
27-
nix develop -c make test
27+
nix develop -c make test_race

0 commit comments

Comments
 (0)