Skip to content

Commit ddd49ac

Browse files
authored
new artifacts, fixes for CI and test-tube-x tests (#98)
2 parents 5dbc950 + aaef0d4 commit ddd49ac

36 files changed

+4053
-73
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
timeout-minutes: 30
1617

1718
steps:
1819
- uses: actions/checkout@v3
1920
- name: Build
20-
run: cargo build --verbose
21+
run: cargo build
2122
- name: Run tests
22-
run: cargo test --verbose
23+
run: cargo test -- --nocapture

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
artifacts.DEIPLi
55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
7+
# Cargo.lock
88

99
# These are backup files generated by rustfmt
1010
**/*.rs.bk
@@ -14,4 +14,5 @@ scripts/node_modules
1414
scripts/persistenceJS
1515
.idea
1616
.DS_Store
17-
helper_scripts/*
17+
helper_scripts/*
18+
.scratchpad/*

0 commit comments

Comments
 (0)