Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 12, 2023
1 parent d2a868d commit 55e1723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: Build
run: cargo build --locked --release
- name: Test (debug)
working-directory: ./e2e
working-directory: ./e2e_test
run: |
../target/release/deno_bindgen -o bindings/mod.ts
deno test -A --unstable
- name: Test (release)
working-directory: ./e2e
working-directory: ./e2e_test
shell: bash
run: |
rm -rf target
../target/release/deno_bindgen -o bindings/mod.ts --release
deno test -A --unstable
- name: Bench
working-directory: ./e2e
working-directory: ./e2e_test
shell: bash
run: deno bench -A --unstable

0 comments on commit 55e1723

Please sign in to comment.