Skip to content

Commit

Permalink
chore: don't fail if ../results exists
Browse files Browse the repository at this point in the history
  • Loading branch information
RageKnify authored Oct 24, 2021
1 parent 7882f81 commit 249246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run the test262 test suite for VM
run: |
cd boa
mkdir ../results
mkdir -p ../results
cargo run --release --features vm --bin boa_tester -- run -v -o ../results/test262/vm
cd ..
Expand Down

0 comments on commit 249246b

Please sign in to comment.