Skip to content
Snippets Groups Projects
Verified Commit b466b003 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed nightly

parent 536b7809
No related branches found
No related tags found
No related merge requests found
Pipeline #1872 passed
......@@ -16,8 +16,7 @@ jobs:
"1.63.0",
"1.64.0",
"1.65.0",
"latest",
"nightly"
"latest"
]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
......@@ -29,7 +28,6 @@ jobs:
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings -A unknown-lints
if: matrix.rust-version != 'nightly'
- run: cargo build
- run: cargo build --release
build-wasm:
......@@ -44,8 +42,7 @@ jobs:
"1.63.0",
"1.64.0",
"1.65.0",
"latest",
"nightly"
"latest"
]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
......@@ -57,7 +54,6 @@ jobs:
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings -A unknown-lints
if: matrix.rust-version != 'nightly'
- run: cargo install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- run: apt-get update && apt-get install -y -q nodejs npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment