Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vincent-herlemont/native_db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa9dcad4375962361ef62188e0a53de47425c2d2
Choose a base ref
..
head repository: vincent-herlemont/native_db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4faec90ca2dc9c2e2c0d68def5605f4679a40c9c
Choose a head ref
Showing with 5 additions and 3 deletions.
  1. +5 −3 .github/workflows/build_test_wasm.yml
8 changes: 5 additions & 3 deletions .github/workflows/build_test_wasm.yml
Original file line number Diff line number Diff line change
@@ -11,11 +11,10 @@ env:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
toolchain: [stable]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -35,4 +34,7 @@ jobs:
- name: Just version
run: just --version
- name: Build
run: just build_wasm
run: just build_wasm
# TODO
# - name: Test
# run: just test_wasm